Searched refs:xy2d (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13-stable/sys/contrib/libsodium/src/libsodium/include/sodium/private/ |
| HD | ed25519_ref10.h | 66 fe25519 xy2d; member
|
| /freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/ |
| HD | 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-13-stable/crypto/openssl/crypto/ec/ |
| HD | curve25519.c | 1811 fe xy2d; member 1920 fe_0(h->xy2d); in ge_precomp_0() 1995 fe_mul(r->T, q->xy2d, p->T); in ge_madd() 2012 fe_mul(r->T, q->xy2d, p->T); in ge_msub() 2071 fe_cmov(t->xy2d, u->xy2d, b); in cmov() 4215 fe_neg(minust.xy2d, t->xy2d); in table_select()
|