Searched refs:fp (Results 1 – 2 of 2) sorted by relevance
386 .fp =448 .fp =510 .fp =572 .fp =634 .fp =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()[all …]
131 NX_CRYPTO_HUGE_NUMBER fp; member