Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/
H A Ded25519_ref10.c450 fe25519 recip; in ge25519_p3_to_precomp() local
455 fe25519_invert(recip, p->Z); in ge25519_p3_to_precomp()
456 fe25519_mul(x, p->X, recip); in ge25519_p3_to_precomp()
457 fe25519_mul(y, p->Y, recip); in ge25519_p3_to_precomp()
479 fe25519 recip; in ge25519_p3_tobytes() local
483 fe25519_invert(recip, h->Z); in ge25519_p3_tobytes()
484 fe25519_mul(x, h->X, recip); in ge25519_p3_tobytes()
485 fe25519_mul(y, h->Y, recip); in ge25519_p3_tobytes()
635 fe25519 recip; in ge25519_tobytes() local
639 fe25519_invert(recip, h->Z); in ge25519_tobytes()
[all …]