Searched refs:YplusX (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/private/ |
H A D | ed25519_ref10.h | 70 fe25519 YplusX; member
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/ |
H A D | ed25519_ref10.c | 177 fe25519_mul(r->Z, r->X, q->YplusX); in ge25519_add() 428 fe25519_1(h->YplusX); in ge25519_cached_0() 441 fe25519_add(r->YplusX, p->Y, p->X); in ge25519_p3_to_cached() 546 fe25519_cmov(t->YplusX, u->YplusX, b); in ge25519_cmov_cached() 603 fe25519_copy(minust.YplusX, t->YminusX); in ge25519_select_cached() 604 fe25519_copy(minust.YminusX, t->YplusX); in ge25519_select_cached() 622 fe25519_mul(r->Y, r->Y, q->YplusX); in ge25519_sub()
|
/freebsd/crypto/openssl/crypto/ec/ |
H A D | curve25519.c | 1825 fe YplusX; member 1949 fe_add(r->YplusX, p->Y, p->X); in ge_p3_to_cached() 2037 fe_mul(r->Z, r->X, q->YplusX); in ge_add() 2056 fe_mul(r->Y, r->Y, q->YplusX); in ge_sub()
|