Searched refs:nx_crypto_ec_n (Results 1 – 6 of 6) sorted by relevance
/NetX-Duo-v6.3.0/crypto_libraries/src/ |
D | nx_crypto_ecdsa.c | 89 UINT buffer_size = curve -> nx_crypto_ec_n.nx_crypto_huge_buffer_size; in _nx_crypto_ecdsa_sign() 163 _nx_crypto_huge_number_modulus(&pt.nx_crypto_ec_point_x, &curve -> nx_crypto_ec_n); in _nx_crypto_ecdsa_sign() 168 _nx_crypto_huge_number_inverse_modulus(&k, &curve -> nx_crypto_ec_n, &ik, scratch); in _nx_crypto_ecdsa_sign() 171 _nx_crypto_huge_number_modulus(&temp, &curve -> nx_crypto_ec_n); in _nx_crypto_ecdsa_sign() 174 _nx_crypto_huge_number_modulus(&temp, &curve -> nx_crypto_ec_n); in _nx_crypto_ecdsa_sign() 330 UINT buffer_size = curve -> nx_crypto_ec_n.nx_crypto_huge_buffer_size; in _nx_crypto_ecdsa_verify() 425 …X_CRYPTO_HUGE_NUMBER_LESS != _nx_crypto_huge_number_compare_unsigned(&r, &curve -> nx_crypto_ec_n)) in _nx_crypto_ecdsa_verify() 430 …X_CRYPTO_HUGE_NUMBER_LESS != _nx_crypto_huge_number_compare_unsigned(&s, &curve -> nx_crypto_ec_n)) in _nx_crypto_ecdsa_verify() 453 _nx_crypto_huge_number_inverse_modulus(&s, &curve -> nx_crypto_ec_n, &w, scratch); in _nx_crypto_ecdsa_verify() 457 _nx_crypto_huge_number_modulus(&u1, &curve -> nx_crypto_ec_n); in _nx_crypto_ecdsa_verify() [all …]
|
D | nx_crypto_ecjpake.c | 80 UINT buffer_size = curve -> nx_crypto_ec_n.nx_crypto_huge_buffer_size; in _nx_crypto_ecjpake_init() 173 UINT buffer_size = curve -> nx_crypto_ec_n.nx_crypto_huge_buffer_size; in _nx_crypto_ecjpake_hello_generate() 341 UINT buffer_size = curve -> nx_crypto_ec_n.nx_crypto_huge_buffer_size; in _nx_crypto_ecjpake_hello_process() 501 UINT buffer_size = curve -> nx_crypto_ec_n.nx_crypto_huge_buffer_size; in _nx_crypto_ecjpake_key_exchange_generate() 518 _nx_crypto_huge_number_modulus(&s, &curve -> nx_crypto_ec_n); in _nx_crypto_ecjpake_key_exchange_generate() 638 UINT buffer_size = curve -> nx_crypto_ec_n.nx_crypto_huge_buffer_size; in _nx_crypto_ecjpake_key_exchange_process() 661 _nx_crypto_huge_number_modulus(&s, &curve -> nx_crypto_ec_n); in _nx_crypto_ecjpake_key_exchange_process() 1035 _nx_crypto_huge_number_modulus(h, &curve -> nx_crypto_ec_n); in _nx_crypto_ecjpake_schnorr_zkp_hash() 1118 UINT buffer_size = curve -> nx_crypto_ec_n.nx_crypto_huge_buffer_size; in _nx_crypto_ecjpake_schnorr_zkp_generate() 1146 _nx_crypto_huge_number_modulus(&temp1, &curve -> nx_crypto_ec_n); in _nx_crypto_ecjpake_schnorr_zkp_generate() [all …]
|
D | nx_crypto_method_self_test_ecdsa.c | 214 buffer_size = curve -> nx_crypto_ec_n.nx_crypto_huge_buffer_size; in _nx_crypto_method_self_test_ecdsa()
|
D | nx_crypto_ecdh.c | 100 ecdh_ptr -> nx_crypto_ecdh_key_size = curve -> nx_crypto_ec_n.nx_crypto_huge_buffer_size; in _nx_crypto_ecdh_key_pair_import() 275 ecdh_ptr -> nx_crypto_ecdh_key_size = curve -> nx_crypto_ec_n.nx_crypto_huge_buffer_size; in _nx_crypto_ecdh_setup()
|
D | nx_crypto_ec.c | 3178 NX_CRYPTO_HUGE_NUMBER_COPY(&modulus, &curve -> nx_crypto_ec_n); in _nx_crypto_ec_key_pair_generation_extra() 4295 UINT buffer_size = chosen_curve -> nx_crypto_ec_n.nx_crypto_huge_buffer_size; in _nx_crypto_ec_validate_public_key()
|
/NetX-Duo-v6.3.0/crypto_libraries/inc/ |
D | nx_crypto_ec.h | 137 NX_CRYPTO_HUGE_NUMBER nx_crypto_ec_n; member
|