Home
last modified time | relevance | path

Searched defs:fe_copy (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/wireguard-tools/
H A Dcurve25519-fiat32.h199 static __always_inline void fe_copy(fe *h, const fe *f) in fe_copy() function
/freebsd/crypto/openssl/crypto/ec/
H A Dcurve25519.c955 static void fe_copy(fe h, const fe f) in fe_copy() function