Searched refs:nx_crypto_ec_field (Results 1 – 2 of 2) sorted by relevance
/NetX-Duo-v6.3.0/crypto_libraries/src/ |
D | nx_crypto_ec.c | 1093 p = &curve -> nx_crypto_ec_field.fp; in _nx_crypto_ec_point_fp_projective_to_affine() 1194 compare_value = _nx_crypto_huge_number_compare(value, &curve -> nx_crypto_ec_field.fp); in _nx_crypto_ec_secp192r1_reduce() 1240 compare_value = _nx_crypto_huge_number_compare_unsigned(value, &curve -> nx_crypto_ec_field.fp); in _nx_crypto_ec_secp192r1_reduce() 1243 _nx_crypto_huge_number_subtract_unsigned(value, &curve -> nx_crypto_ec_field.fp, value); in _nx_crypto_ec_secp192r1_reduce() 1245 &curve -> nx_crypto_ec_field.fp); in _nx_crypto_ec_secp192r1_reduce() 1253 _nx_crypto_huge_number_subtract_unsigned(&curve -> nx_crypto_ec_field.fp, value, value); in _nx_crypto_ec_secp192r1_reduce() 1331 compare_value = _nx_crypto_huge_number_compare(value, &curve -> nx_crypto_ec_field.fp); in _nx_crypto_ec_secp224r1_reduce() 1383 compare_value = _nx_crypto_huge_number_compare_unsigned(value, &curve -> nx_crypto_ec_field.fp); in _nx_crypto_ec_secp224r1_reduce() 1386 _nx_crypto_huge_number_subtract_unsigned(value, &curve -> nx_crypto_ec_field.fp, value); in _nx_crypto_ec_secp224r1_reduce() 1388 &curve -> nx_crypto_ec_field.fp); in _nx_crypto_ec_secp224r1_reduce() [all …]
|
/NetX-Duo-v6.3.0/crypto_libraries/inc/ |
D | nx_crypto_ec.h | 133 } nx_crypto_ec_field; member
|