Searched refs:YplusX (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/private/ |
| H A D | ed25519_ref10.h | 70 fe25519 YplusX; member
|
| /freebsd/crypto/krb5/src/plugins/preauth/spake/ |
| H A D | edwards25519.c | 186 fe_loose YplusX; member 678 fe_loose_1(&h->YplusX); in ge_cached_0() 699 fe_add(&r->YplusX, &p->Y, &p->X); in x25519_ge_p3_to_cached() 778 fe_mul_tll(&trZ, &r->X, &q->YplusX); in x25519_ge_add() 797 fe_mul_tll(&trY, &r->Y, &q->YplusX); in x25519_ge_sub() 974 fe_cmov(&t->YplusX, &u->YplusX, b); in cmov_cached()
|
| /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 | 1957 fe YplusX; member 2076 fe_add(r->YplusX, p->Y, p->X); in ge_p3_to_cached() 2164 fe_mul(r->Z, r->X, q->YplusX); in ge_add() 2183 fe_mul(r->Y, r->Y, q->YplusX); in ge_sub()
|