Home
last modified time | relevance | path

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

/openssl/crypto/ec/
H A Decp_sm2p256.c466 ALIGN32 BN_ULONG x_aff[P256_LIMBS] = {0}; in ecp_sm2p256_get_affine() local
488 ecp_sm2p256_mul(x_aff, point_x, z_inv2); in ecp_sm2p256_get_affine()
489 if (!bn_set_words(x, x_aff, P256_LIMBS)) in ecp_sm2p256_get_affine()
H A Decp_nistz256.c1165 BN_ULONG x_aff[P256_LIMBS]; in ecp_nistz256_get_affine() local
1184 ecp_nistz256_mul_mont(x_aff, z_inv2, point_x); in ecp_nistz256_get_affine()
1187 ecp_nistz256_from_mont(x_ret, x_aff); in ecp_nistz256_get_affine()

Completed in 14 milliseconds