Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/curve25519/
H A Dcurve25519.c4880 fe zplusy, zminusy, zminusy_inv; in x25519_public_from_private_generic() local
4881 fe_add(zplusy, A.Z, A.Y); in x25519_public_from_private_generic()
4884 fe_mul(zplusy, zplusy, zminusy_inv); in x25519_public_from_private_generic()
4885 fe_tobytes(out_public_value, zplusy); in x25519_public_from_private_generic()