Home
last modified time | relevance | path

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

/freebsd/contrib/wireguard-tools/
H A Dcurve25519-fiat32.h260 static __always_inline void fe_add(fe_loose *h, const fe *f, const fe *g) in fe_add() function
/freebsd/crypto/openssl/crypto/ec/
H A Dcurve25519.c985 static void fe_add(fe h, const fe f, const fe g) in fe_add() function