Home
last modified time | relevance | path

Searched refs:point_x (Results 1 – 1 of 1) sorted by relevance

/freebsd-13-stable/crypto/openssl/crypto/ec/
HDecp_nistz256.c1179 BN_ULONG point_x[P256_LIMBS], point_y[P256_LIMBS], point_z[P256_LIMBS]; in ecp_nistz256_get_affine() local
1187 if (!ecp_nistz256_bignum_to_field_elem(point_x, point->X) || in ecp_nistz256_get_affine()
1196 ecp_nistz256_mul_mont(x_aff, z_inv2, point_x); in ecp_nistz256_get_affine()