Home
last modified time | relevance | path

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

/openssl/crypto/ec/
H A Decp_sm2p256.c468 ALIGN32 BN_ULONG point_x[P256_LIMBS] = {0}; in ecp_sm2p256_get_affine() local
477 if (ecp_sm2p256_bignum_field_elem(point_x, point->X) <= 0 in ecp_sm2p256_get_affine()
488 ecp_sm2p256_mul(x_aff, point_x, z_inv2); in ecp_sm2p256_get_affine()
H A Decp_nistz256.c1167 BN_ULONG point_x[P256_LIMBS], point_y[P256_LIMBS], point_z[P256_LIMBS]; in ecp_nistz256_get_affine() local
1175 if (!ecp_nistz256_bignum_to_field_elem(point_x, point->X) || in ecp_nistz256_get_affine()
1184 ecp_nistz256_mul_mont(x_aff, z_inv2, point_x); in ecp_nistz256_get_affine()

Completed in 10 milliseconds