Home
last modified time | relevance | path

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

/openssl/crypto/ec/
H A Decp_sm2p256.c470 ALIGN32 BN_ULONG point_z[P256_LIMBS] = {0}; in ecp_sm2p256_get_affine() local
479 || ecp_sm2p256_bignum_field_elem(point_z, point->Z) <= 0) { in ecp_sm2p256_get_affine()
484 ecp_sm2p256_mod_inverse(z_inv3, point_z); 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
1177 !ecp_nistz256_bignum_to_field_elem(point_z, point->Z)) { in ecp_nistz256_get_affine()
1182 ecp_nistz256_mod_inverse(z_inv3, point_z); in ecp_nistz256_get_affine()

Completed in 12 milliseconds