Searched refs:chosen_curve (Results 1 – 2 of 2) sorted by relevance
/NetX-Duo-v6.3.0/crypto_libraries/src/ |
D | nx_crypto_ec.c | 4288 NX_CRYPTO_EC *chosen_curve, in _nx_crypto_ec_validate_public_key() argument 4295 UINT buffer_size = chosen_curve -> nx_crypto_ec_n.nx_crypto_huge_buffer_size; in _nx_crypto_ec_validate_public_key() 4309 … _nx_crypto_huge_number_compare(&public_key -> nx_crypto_ec_point_x, &chosen_curve -> nx_crypto_ec… in _nx_crypto_ec_validate_public_key() 4315 … _nx_crypto_huge_number_compare(&public_key -> nx_crypto_ec_point_y, &chosen_curve -> nx_crypto_ec… in _nx_crypto_ec_validate_public_key() 4336 _nx_crypto_huge_number_modulus(&temp, &chosen_curve -> nx_crypto_ec_field.fp); in _nx_crypto_ec_validate_public_key() 4337 _nx_crypto_huge_number_add_unsigned(&temp, &chosen_curve -> nx_crypto_ec_a); in _nx_crypto_ec_validate_public_key() 4338 _nx_crypto_huge_number_modulus(&temp, &chosen_curve -> nx_crypto_ec_field.fp); in _nx_crypto_ec_validate_public_key() 4341 _nx_crypto_huge_number_modulus(&right, &chosen_curve -> nx_crypto_ec_field.fp); in _nx_crypto_ec_validate_public_key() 4343 _nx_crypto_huge_number_add_unsigned(&right, &chosen_curve -> nx_crypto_ec_b); in _nx_crypto_ec_validate_public_key() 4344 _nx_crypto_huge_number_modulus(&right, &chosen_curve -> nx_crypto_ec_field.fp); in _nx_crypto_ec_validate_public_key() [all …]
|
/NetX-Duo-v6.3.0/crypto_libraries/inc/ |
D | nx_crypto_ec.h | 580 NX_CRYPTO_EC *chosen_curve,
|