Searched defs:scratch (Results 1 – 12 of 12) sorted by relevance
| /NetX-Duo-v6.2.1/crypto_libraries/src/ |
| D | nx_crypto_ec.c | 1086 HN_UBASE *scratch) in _nx_crypto_ec_point_fp_projective_to_affine() 1185 HN_UBASE *scratch) in _nx_crypto_ec_secp192r1_reduce() 1322 HN_UBASE *scratch) in _nx_crypto_ec_secp224r1_reduce() 1465 HN_UBASE *scratch) in _nx_crypto_ec_secp256r1_reduce() 1630 HN_UBASE *scratch) in _nx_crypto_ec_secp384r1_reduce() 1803 HN_UBASE *scratch) in _nx_crypto_ec_secp521r1_reduce() 1922 HN_UBASE *scratch) in _nx_crypto_ec_add_digit_reduce() 1986 HN_UBASE *scratch) in _nx_crypto_ec_subtract_digit_reduce() 2046 HN_UBASE *scratch) in _nx_crypto_ec_fp_reduce() 2109 HN_UBASE *scratch) in _nx_crypto_ec_add_reduce() [all …]
|
| D | nx_crypto_ecjpake.c | 168 HN_UBASE *scratch) in _nx_crypto_ecjpake_hello_generate() 337 HN_UBASE *scratch) in _nx_crypto_ecjpake_hello_process() 496 HN_UBASE *scratch) in _nx_crypto_ecjpake_key_exchange_generate() 634 HN_UBASE *scratch) in _nx_crypto_ecjpake_key_exchange_process() 785 HN_UBASE *scratch) in _nx_crypto_ecjpake_schnorr_zkp_hash() 1115 HN_UBASE *scratch) in _nx_crypto_ecjpake_schnorr_zkp_generate() 1217 HN_UBASE *scratch) in _nx_crypto_ecjpake_schnorr_zkp_verify() 1323 HN_UBASE *scratch) in _nx_crypto_ecjpake_public_key_generate() 1406 HN_UBASE *scratch) in _nx_crypto_ecjpake_pre_master_secret_generate()
|
| D | nx_crypto_huge_number_extended.c | 252 HN_UBASE *scratch) in _nx_crypto_huge_number_power_modulus()
|
| D | nx_crypto_ecdsa.c | 79 ULONG *actual_signature_length, HN_UBASE *scratch) in _nx_crypto_ecdsa_sign() 317 … UCHAR *signature, UINT signature_length, HN_UBASE *scratch) in _nx_crypto_ecdsa_verify()
|
| D | nx_crypto_method_self_test_ecdsa.c | 108 HN_UBASE *scratch; in _nx_crypto_method_self_test_ecdsa() local
|
| D | nx_crypto_huge_number.c | 2162 HN_UBASE *scratch) in _nx_crypto_huge_number_inverse_modulus_prime() 2299 HN_UBASE *scratch) in _nx_crypto_huge_number_inverse_modulus() 2615 HN_UBASE *scratch) in _nx_crypto_huge_number_mont_power_modulus() 2801 HN_UBASE *scratch) in _nx_crypto_huge_number_crt_power_modulus()
|
| D | nx_crypto_rsa.c | 97 HN_UBASE *scratch; in _nx_crypto_rsa_operation() local
|
| /NetX-Duo-v6.2.1/test/regression/nx_secure_test/ |
| D | nx_secure_ec_test.c | 48 HN_UBASE *scratch; in thread_0_entry() local
|
| D | nx_secure_ecdsa_test.c | 105 HN_UBASE *scratch; in thread_0_entry() local
|
| D | nx_secure_ecdsa_error_checking_test.c | 82 HN_UBASE *scratch; in thread_0_entry() local
|
| D | nx_secure_crypto_method_cleanup_test.c | 586 HN_UBASE *scratch; in crypto_method_cleanup_ecdsa_test() local
|
| /NetX-Duo-v6.2.1/crypto_libraries/inc/ |
| D | nx_crypto_ec.h | 176 #define NX_CRYPTO_EC_MULTIPLE_DIGIT_REDUCE(curve, value, digit, result, scratch) \ argument 180 #define NX_CRYPTO_EC_MULTIPLE_REDUCE(curve, left, right, result, scratch) \ argument 184 #define NX_CRYPTO_EC_SQUARE_REDUCE(curve, value, result, scratch) \ argument 188 #define NX_CRYPTO_EC_SHIFT_LEFT_REDUCE(curve, value, shift, scratch) \ argument
|