Searched refs:fe_sub (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/crypto/openssl/crypto/ec/ |
| H A D | curve25519.c | 1983 fe_sub(r->Z, r->Z, r->X); in ge_p2_dbl() 1984 fe_sub(r->X, t0, r->Y); in ge_p2_dbl() 1985 fe_sub(r->T, r->T, r->Z); in ge_p2_dbl() 2002 fe_sub(r->Y, p->Y, p->X); in ge_madd() 2007 fe_sub(r->X, r->Z, r->Y); in ge_madd() 2010 fe_sub(r->T, t0, r->T); in ge_madd() 2019 fe_sub(r->Y, p->Y, p->X); in ge_msub() 2026 fe_sub(r->Z, t0, r->T); in ge_msub() 2045 fe_sub(r->T, t0, r->T); in ge_add() 2062 fe_sub(r->Z, t0, r->T); in ge_sub() [all …]
|
| /freebsd-14.2/contrib/wireguard-tools/ |
| H A D | curve25519-fiat32.h | 303 static __always_inline void fe_sub(fe_loose *h, const fe *f, const fe *g) in fe_sub() function 822 fe_sub(&tmp0l, &x3, &z3); in curve25519_generic() 823 fe_sub(&tmp1l, &x2, &z2); in curve25519_generic() 831 fe_sub(&z2l, &z3, &z2); in curve25519_generic() 833 fe_sub(&tmp1l, &tmp1, &tmp0); in curve25519_generic()
|