Searched refs:fe_cswap (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/wireguard-tools/ |
H A D | curve25519-fiat32.h | 618 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 D | curve25519.c | 4296 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()
|