Lines Matching refs:fp
385 .fp =
447 .fp =
509 .fp =
571 .fp =
633 .fp =
1092 p = &curve -> nx_crypto_ec_field.fp; in _nx_crypto_ec_point_fp_projective_to_affine()
1193 compare_value = _nx_crypto_huge_number_compare(value, &curve -> nx_crypto_ec_field.fp); in _nx_crypto_ec_secp192r1_reduce()
1239 compare_value = _nx_crypto_huge_number_compare_unsigned(value, &curve -> nx_crypto_ec_field.fp); in _nx_crypto_ec_secp192r1_reduce()
1242 _nx_crypto_huge_number_subtract_unsigned(value, &curve -> nx_crypto_ec_field.fp, value); in _nx_crypto_ec_secp192r1_reduce()
1244 &curve -> nx_crypto_ec_field.fp); in _nx_crypto_ec_secp192r1_reduce()
1252 _nx_crypto_huge_number_subtract_unsigned(&curve -> nx_crypto_ec_field.fp, value, value); in _nx_crypto_ec_secp192r1_reduce()
1330 compare_value = _nx_crypto_huge_number_compare(value, &curve -> nx_crypto_ec_field.fp); in _nx_crypto_ec_secp224r1_reduce()
1382 compare_value = _nx_crypto_huge_number_compare_unsigned(value, &curve -> nx_crypto_ec_field.fp); in _nx_crypto_ec_secp224r1_reduce()
1385 _nx_crypto_huge_number_subtract_unsigned(value, &curve -> nx_crypto_ec_field.fp, value); in _nx_crypto_ec_secp224r1_reduce()
1387 &curve -> nx_crypto_ec_field.fp); in _nx_crypto_ec_secp224r1_reduce()
1395 _nx_crypto_huge_number_subtract_unsigned(&curve -> nx_crypto_ec_field.fp, value, value); in _nx_crypto_ec_secp224r1_reduce()
1474 compare_value = _nx_crypto_huge_number_compare(value, &curve -> nx_crypto_ec_field.fp); in _nx_crypto_ec_secp256r1_reduce()
1550 compare_value = _nx_crypto_huge_number_compare_unsigned(value, &curve -> nx_crypto_ec_field.fp); in _nx_crypto_ec_secp256r1_reduce()
1553 _nx_crypto_huge_number_subtract_unsigned(value, &curve -> nx_crypto_ec_field.fp, value); in _nx_crypto_ec_secp256r1_reduce()
1555 &curve -> nx_crypto_ec_field.fp); in _nx_crypto_ec_secp256r1_reduce()
1563 _nx_crypto_huge_number_subtract_unsigned(&curve -> nx_crypto_ec_field.fp, value, value); in _nx_crypto_ec_secp256r1_reduce()
1639 compare_value = _nx_crypto_huge_number_compare(value, &curve -> nx_crypto_ec_field.fp); in _nx_crypto_ec_secp384r1_reduce()
1724 compare_value = _nx_crypto_huge_number_compare_unsigned(value, &curve -> nx_crypto_ec_field.fp); in _nx_crypto_ec_secp384r1_reduce()
1727 _nx_crypto_huge_number_subtract_unsigned(value, &curve -> nx_crypto_ec_field.fp, value); in _nx_crypto_ec_secp384r1_reduce()
1729 &curve -> nx_crypto_ec_field.fp); in _nx_crypto_ec_secp384r1_reduce()
1737 _nx_crypto_huge_number_subtract_unsigned(&curve -> nx_crypto_ec_field.fp, value, value); in _nx_crypto_ec_secp384r1_reduce()
1810 compare_value = _nx_crypto_huge_number_compare(value, &curve -> nx_crypto_ec_field.fp); in _nx_crypto_ec_secp521r1_reduce()
1845 compare_value = _nx_crypto_huge_number_compare_unsigned(value, &curve -> nx_crypto_ec_field.fp); in _nx_crypto_ec_secp521r1_reduce()
1848 _nx_crypto_huge_number_subtract_unsigned(value, &curve -> nx_crypto_ec_field.fp, value); in _nx_crypto_ec_secp521r1_reduce()
1850 &curve -> nx_crypto_ec_field.fp); in _nx_crypto_ec_secp521r1_reduce()
1858 _nx_crypto_huge_number_subtract_unsigned(&curve -> nx_crypto_ec_field.fp, value, value); in _nx_crypto_ec_secp521r1_reduce()
1928 … &curve -> nx_crypto_ec_field.fp) != NX_CRYPTO_HUGE_NUMBER_LESS) in _nx_crypto_ec_add_digit_reduce()
1930 _nx_crypto_huge_number_subtract_unsigned(value, &curve -> nx_crypto_ec_field.fp, value); in _nx_crypto_ec_add_digit_reduce()
1993 _nx_crypto_huge_number_add_unsigned(value, &curve -> nx_crypto_ec_field.fp); in _nx_crypto_ec_subtract_digit_reduce()
2050 _nx_crypto_huge_number_modulus(value, &curve -> nx_crypto_ec_field.fp); in _nx_crypto_ec_fp_reduce()
2115 … &curve -> nx_crypto_ec_field.fp) != NX_CRYPTO_HUGE_NUMBER_LESS) in _nx_crypto_ec_add_reduce()
2117 _nx_crypto_huge_number_subtract_unsigned(left, &curve -> nx_crypto_ec_field.fp, left); in _nx_crypto_ec_add_reduce()
2189 _nx_crypto_huge_number_add_unsigned(left, &curve -> nx_crypto_ec_field.fp); in _nx_crypto_ec_subtract_reduce()
2563 p = &curve -> nx_crypto_ec_field.fp; in _nx_crypto_ec_fp_affine_add()
2672 NX_CRYPTO_HUGE_NUMBER_COPY(&point.nx_crypto_ec_point_y, &curve -> nx_crypto_ec_field.fp); in _nx_crypto_ec_fp_affine_subtract()
2894 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()
4308 …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()
4314 …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()
4335 _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_modulus(&temp, &chosen_curve -> nx_crypto_ec_field.fp); in _nx_crypto_ec_validate_public_key()
4340 _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_modulus(&right, &chosen_curve -> nx_crypto_ec_field.fp); in _nx_crypto_ec_validate_public_key()
4346 _nx_crypto_huge_number_modulus(&temp, &chosen_curve -> nx_crypto_ec_field.fp); in _nx_crypto_ec_validate_public_key()
4441 .fp =
4483 .fp =
4651 _nx_crypto_huge_number_modulus(&t_1, &curve->nx_crypto_ec_field.fp); in _nx_crypto_ec_x25519_448_multiple()
4665 _nx_crypto_huge_number_modulus(&z_3, &curve -> nx_crypto_ec_field.fp); in _nx_crypto_ec_x25519_448_multiple()
4669 _nx_crypto_huge_number_modulus(&z_2, &curve -> nx_crypto_ec_field.fp); in _nx_crypto_ec_x25519_448_multiple()
4674 _nx_crypto_huge_number_modulus(&t_2, &curve->nx_crypto_ec_field.fp); in _nx_crypto_ec_x25519_448_multiple()
4681 _nx_crypto_huge_number_modulus(&x_3, &curve -> nx_crypto_ec_field.fp); in _nx_crypto_ec_x25519_448_multiple()
4685 _nx_crypto_huge_number_modulus(&t_2, &curve -> nx_crypto_ec_field.fp); in _nx_crypto_ec_x25519_448_multiple()
4689 _nx_crypto_huge_number_modulus(&z_3, &curve -> nx_crypto_ec_field.fp); in _nx_crypto_ec_x25519_448_multiple()
4693 _nx_crypto_huge_number_modulus(&z_2, &curve -> nx_crypto_ec_field.fp); in _nx_crypto_ec_x25519_448_multiple()
4697 _nx_crypto_huge_number_modulus(&t_1, &curve -> nx_crypto_ec_field.fp); in _nx_crypto_ec_x25519_448_multiple()
4705 _nx_crypto_huge_number_modulus(&x_2, &curve -> nx_crypto_ec_field.fp); in _nx_crypto_ec_x25519_448_multiple()
4711 _nx_crypto_huge_number_modulus(&t_1, &curve -> nx_crypto_ec_field.fp); in _nx_crypto_ec_x25519_448_multiple()
4714 _nx_crypto_huge_number_modulus(&z_2, &curve -> nx_crypto_ec_field.fp); in _nx_crypto_ec_x25519_448_multiple()
4722 …_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()
4724 _nx_crypto_huge_number_modulus(&r -> nx_crypto_ec_point_x, &curve -> nx_crypto_ec_field.fp); in _nx_crypto_ec_x25519_448_multiple()