Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/plugins/preauth/spake/
H A Dedwards25519.c347 static void fe_add(fe_loose *h, const fe *f, const fe *g) { in fe_add() function
/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