Lines Matching refs:fp
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()
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()
1396 _nx_crypto_huge_number_subtract_unsigned(&curve -> nx_crypto_ec_field.fp, value, value); in _nx_crypto_ec_secp224r1_reduce()
1475 compare_value = _nx_crypto_huge_number_compare(value, &curve -> nx_crypto_ec_field.fp); in _nx_crypto_ec_secp256r1_reduce()
1551 compare_value = _nx_crypto_huge_number_compare_unsigned(value, &curve -> nx_crypto_ec_field.fp); in _nx_crypto_ec_secp256r1_reduce()
1554 _nx_crypto_huge_number_subtract_unsigned(value, &curve -> nx_crypto_ec_field.fp, value); in _nx_crypto_ec_secp256r1_reduce()
1556 &curve -> nx_crypto_ec_field.fp); in _nx_crypto_ec_secp256r1_reduce()
1564 _nx_crypto_huge_number_subtract_unsigned(&curve -> nx_crypto_ec_field.fp, value, value); in _nx_crypto_ec_secp256r1_reduce()
1640 compare_value = _nx_crypto_huge_number_compare(value, &curve -> nx_crypto_ec_field.fp); in _nx_crypto_ec_secp384r1_reduce()
1725 compare_value = _nx_crypto_huge_number_compare_unsigned(value, &curve -> nx_crypto_ec_field.fp); in _nx_crypto_ec_secp384r1_reduce()
1728 _nx_crypto_huge_number_subtract_unsigned(value, &curve -> nx_crypto_ec_field.fp, value); in _nx_crypto_ec_secp384r1_reduce()
1730 &curve -> nx_crypto_ec_field.fp); in _nx_crypto_ec_secp384r1_reduce()
1738 _nx_crypto_huge_number_subtract_unsigned(&curve -> nx_crypto_ec_field.fp, value, value); in _nx_crypto_ec_secp384r1_reduce()
1811 compare_value = _nx_crypto_huge_number_compare(value, &curve -> nx_crypto_ec_field.fp); in _nx_crypto_ec_secp521r1_reduce()
1846 compare_value = _nx_crypto_huge_number_compare_unsigned(value, &curve -> nx_crypto_ec_field.fp); in _nx_crypto_ec_secp521r1_reduce()
1849 _nx_crypto_huge_number_subtract_unsigned(value, &curve -> nx_crypto_ec_field.fp, value); in _nx_crypto_ec_secp521r1_reduce()
1851 &curve -> nx_crypto_ec_field.fp); in _nx_crypto_ec_secp521r1_reduce()
1859 _nx_crypto_huge_number_subtract_unsigned(&curve -> nx_crypto_ec_field.fp, value, value); in _nx_crypto_ec_secp521r1_reduce()
1929 … &curve -> nx_crypto_ec_field.fp) != NX_CRYPTO_HUGE_NUMBER_LESS) in _nx_crypto_ec_add_digit_reduce()
1931 _nx_crypto_huge_number_subtract_unsigned(value, &curve -> nx_crypto_ec_field.fp, value); in _nx_crypto_ec_add_digit_reduce()
1994 _nx_crypto_huge_number_add_unsigned(value, &curve -> nx_crypto_ec_field.fp); in _nx_crypto_ec_subtract_digit_reduce()
2051 _nx_crypto_huge_number_modulus(value, &curve -> nx_crypto_ec_field.fp); in _nx_crypto_ec_fp_reduce()
2116 … &curve -> nx_crypto_ec_field.fp) != NX_CRYPTO_HUGE_NUMBER_LESS) in _nx_crypto_ec_add_reduce()
2118 _nx_crypto_huge_number_subtract_unsigned(left, &curve -> nx_crypto_ec_field.fp, left); in _nx_crypto_ec_add_reduce()
2190 _nx_crypto_huge_number_add_unsigned(left, &curve -> nx_crypto_ec_field.fp); in _nx_crypto_ec_subtract_reduce()
2564 p = &curve -> nx_crypto_ec_field.fp; in _nx_crypto_ec_fp_affine_add()
2673 NX_CRYPTO_HUGE_NUMBER_COPY(&point.nx_crypto_ec_point_y, &curve -> nx_crypto_ec_field.fp); in _nx_crypto_ec_fp_affine_subtract()
2895 NX_CRYPTO_HUGE_NUMBER_COPY(&negative_g.nx_crypto_ec_point_y, &curve -> nx_crypto_ec_field.fp); in _nx_crypto_ec_fp_projective_multiple()
4309 …o_huge_number_compare(&public_key -> nx_crypto_ec_point_x, &chosen_curve -> nx_crypto_ec_field.fp); in _nx_crypto_ec_validate_public_key()
4315 …o_huge_number_compare(&public_key -> nx_crypto_ec_point_y, &chosen_curve -> nx_crypto_ec_field.fp); 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()
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()
4344 _nx_crypto_huge_number_modulus(&right, &chosen_curve -> nx_crypto_ec_field.fp); in _nx_crypto_ec_validate_public_key()
4347 _nx_crypto_huge_number_modulus(&temp, &chosen_curve -> nx_crypto_ec_field.fp); in _nx_crypto_ec_validate_public_key()
4442 .fp =
4484 .fp =
4652 _nx_crypto_huge_number_modulus(&t_1, &curve->nx_crypto_ec_field.fp); in _nx_crypto_ec_x25519_448_multiple()
4666 _nx_crypto_huge_number_modulus(&z_3, &curve -> nx_crypto_ec_field.fp); in _nx_crypto_ec_x25519_448_multiple()
4670 _nx_crypto_huge_number_modulus(&z_2, &curve -> nx_crypto_ec_field.fp); in _nx_crypto_ec_x25519_448_multiple()
4675 _nx_crypto_huge_number_modulus(&t_2, &curve->nx_crypto_ec_field.fp); in _nx_crypto_ec_x25519_448_multiple()
4682 _nx_crypto_huge_number_modulus(&x_3, &curve -> nx_crypto_ec_field.fp); in _nx_crypto_ec_x25519_448_multiple()
4686 _nx_crypto_huge_number_modulus(&t_2, &curve -> nx_crypto_ec_field.fp); in _nx_crypto_ec_x25519_448_multiple()
4690 _nx_crypto_huge_number_modulus(&z_3, &curve -> nx_crypto_ec_field.fp); in _nx_crypto_ec_x25519_448_multiple()
4694 _nx_crypto_huge_number_modulus(&z_2, &curve -> nx_crypto_ec_field.fp); in _nx_crypto_ec_x25519_448_multiple()
4698 _nx_crypto_huge_number_modulus(&t_1, &curve -> nx_crypto_ec_field.fp); in _nx_crypto_ec_x25519_448_multiple()
4706 _nx_crypto_huge_number_modulus(&x_2, &curve -> nx_crypto_ec_field.fp); in _nx_crypto_ec_x25519_448_multiple()
4712 _nx_crypto_huge_number_modulus(&t_1, &curve -> nx_crypto_ec_field.fp); in _nx_crypto_ec_x25519_448_multiple()
4715 _nx_crypto_huge_number_modulus(&z_2, &curve -> nx_crypto_ec_field.fp); in _nx_crypto_ec_x25519_448_multiple()
4723 …_nx_crypto_huge_number_inverse_modulus_prime(&z_2, &curve -> nx_crypto_ec_field.fp, &t_1, scratch); in _nx_crypto_ec_x25519_448_multiple()
4725 _nx_crypto_huge_number_modulus(&r -> nx_crypto_ec_point_x, &curve -> nx_crypto_ec_field.fp); in _nx_crypto_ec_x25519_448_multiple()