Home
last modified time | relevance | path

Searched refs:fe_cswap (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/wireguard-tools/
H A Dcurve25519-fiat32.h618 static __always_inline void fe_cswap(fe *f, fe *g, unsigned int b) in fe_cswap() function
812 fe_cswap(&x2, &x3, swap); in curve25519_generic()
813 fe_cswap(&z2, &z3, swap); in curve25519_generic()
844 fe_cswap(&x2, &x3, swap); in curve25519_generic()
845 fe_cswap(&z2, &z3, swap); in curve25519_generic()
/freebsd/crypto/openssl/crypto/ec/
H A Dcurve25519.c4296 static void fe_cswap(fe f, fe g, unsigned int b) in fe_cswap() function
4398 fe_cswap(x2, x3, swap); in x25519_scalar_mult_generic()
4399 fe_cswap(z2, z3, swap); in x25519_scalar_mult_generic()