Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/openssl/crypto/ec/
Decp_nistz256.c1180 BN_ULONG x_ret[P256_LIMBS], y_ret[P256_LIMBS]; in ecp_nistz256_get_affine() local
1207 ecp_nistz256_from_mont(y_ret, y_aff); in ecp_nistz256_get_affine()
1208 if (!bn_set_words(y, y_ret, P256_LIMBS)) in ecp_nistz256_get_affine()