Home
last modified time | relevance | path

Searched refs:fe_copy (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/krb5/src/plugins/preauth/spake/
H A Dedwards25519.c436 static void fe_copy(fe *h, const fe *f) { in fe_copy() function
692 fe_copy(&r->X, &p->X); in ge_p3_to_p2()
693 fe_copy(&r->Y, &p->Y); in ge_p3_to_p2()
694 fe_copy(&r->Z, &p->Z); in ge_p3_to_p2()
/freebsd/crypto/openssl/crypto/ec/
H A Dcurve25519.c1015 static void fe_copy(fe h, const fe f) in fe_copy() function
2063 fe_copy(r->X, p->X); in ge_p3_to_p2()
2064 fe_copy(r->Y, p->Y); in ge_p3_to_p2()
2065 fe_copy(r->Z, p->Z); in ge_p3_to_p2()
2078 fe_copy(r->Z, p->Z); in ge_p3_to_cached()
4350 fe_copy(minust.yplusx, t->yminusx); in table_select()
4351 fe_copy(minust.yminusx, t->yplusx); in table_select()
4540 fe_copy(x3, x1); in x25519_scalar_mult_generic()
/freebsd/contrib/wireguard-tools/
H A Dcurve25519-fiat32.h199 static __always_inline void fe_copy(fe *h, const fe *f) in fe_copy() function
793 fe_copy(&x3, &x1); in curve25519_generic()