Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/plugins/preauth/spake/
H A Dedwards25519.c182 fe_loose xy2d; member
687 fe_loose_0(&h->xy2d); in ge_precomp_0()
763 fe_mul_tlt(&trT, &q->xy2d, &p->T); in ge_madd()
821 fe_cmov(&t->xy2d, &u->xy2d, b); in cmov()
842 fe_mul_ltt(&out->xy2d, &x, &y); in x25519_ge_scalarmult_small_precomp()
843 fe_mul_llt(&out->xy2d, &out->xy2d, &d2); in x25519_ge_scalarmult_small_precomp()
911 fe_carry(&tmp, &t->xy2d); in table_select()
912 fe_neg(&minust.xy2d, &tmp); in table_select()
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/private/
H A Ded25519_ref10.h66 fe25519 xy2d; member
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/
H A Ded25519_ref10.c334 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 Dcurve25519.c1953 fe xy2d; member
2057 fe_0(h->xy2d); in ge_precomp_0()
2132 fe_mul(r->T, q->xy2d, p->T); in ge_madd()
2149 fe_mul(r->T, q->xy2d, p->T); in ge_msub()
2208 fe_cmov(t->xy2d, u->xy2d, b); in cmov()
4352 fe_neg(minust.xy2d, t->xy2d); in table_select()