Home
last modified time | relevance | path

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

/openssl/crypto/ec/
H A Decp_sm2p256.c467 ALIGN32 BN_ULONG y_aff[P256_LIMBS] = {0}; in ecp_sm2p256_get_affine() local
495 ecp_sm2p256_mul(y_aff, point_y, z_inv3); in ecp_sm2p256_get_affine()
496 if (!bn_set_words(y, y_aff, P256_LIMBS)) in ecp_sm2p256_get_affine()
H A Decp_nistz256.c1166 BN_ULONG y_aff[P256_LIMBS]; in ecp_nistz256_get_affine() local
1194 ecp_nistz256_mul_mont(y_aff, z_inv3, point_y); in ecp_nistz256_get_affine()
1195 ecp_nistz256_from_mont(y_ret, y_aff); in ecp_nistz256_get_affine()

Completed in 11 milliseconds