Home
last modified time | relevance | path

Searched defs:scratch (Results 1 – 12 of 12) sorted by relevance

/NetX-Duo-v6.2.1/crypto_libraries/src/
Dnx_crypto_ec.c1086 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 …]
Dnx_crypto_ecjpake.c168 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()
Dnx_crypto_huge_number_extended.c252 HN_UBASE *scratch) in _nx_crypto_huge_number_power_modulus()
Dnx_crypto_ecdsa.c79 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()
Dnx_crypto_method_self_test_ecdsa.c108 HN_UBASE *scratch; in _nx_crypto_method_self_test_ecdsa() local
Dnx_crypto_huge_number.c2162 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()
Dnx_crypto_rsa.c97 HN_UBASE *scratch; in _nx_crypto_rsa_operation() local
/NetX-Duo-v6.2.1/test/regression/nx_secure_test/
Dnx_secure_ec_test.c48 HN_UBASE *scratch; in thread_0_entry() local
Dnx_secure_ecdsa_test.c105 HN_UBASE *scratch; in thread_0_entry() local
Dnx_secure_ecdsa_error_checking_test.c82 HN_UBASE *scratch; in thread_0_entry() local
Dnx_secure_crypto_method_cleanup_test.c586 HN_UBASE *scratch; in crypto_method_cleanup_ecdsa_test() local
/NetX-Duo-v6.2.1/crypto_libraries/inc/
Dnx_crypto_ec.h176 #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