Home
last modified time | relevance | path

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

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