Searched refs:xy2d (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/private/ |
H A D | ed25519_ref10.h | 66 fe25519 xy2d; member
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/ |
H A D | ed25519_ref10.c | 334 fe25519_mul(r->T, q->xy2d, p->T); in ge25519_madd() 355 fe25519_mul(r->T, q->xy2d, p->T); in ge25519_msub() 461 fe25519_mul(pi->xy2d, xy, d2); in ge25519_p3_to_precomp() 507 fe25519_0(h->xy2d); in ge25519_precomp_0() 540 fe25519_cmov(t->xy2d, u->xy2d, b); in ge25519_cmov() 570 fe25519_neg(minust.xy2d, t->xy2d); in ge25519_select()
|
/freebsd/crypto/openssl/crypto/ec/ |
H A D | curve25519.c | 1821 fe xy2d; member 1930 fe_0(h->xy2d); in ge_precomp_0() 2005 fe_mul(r->T, q->xy2d, p->T); in ge_madd() 2022 fe_mul(r->T, q->xy2d, p->T); in ge_msub() 2081 fe_cmov(t->xy2d, u->xy2d, b); in cmov() 4225 fe_neg(minust.xy2d, t->xy2d); in table_select()
|