Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/plugins/preauth/spake/
H A Dedwards25519.c320 static void fe_tobytes(uint8_t s[32], const fe *f) { in fe_tobytes() function
/freebsd/contrib/wireguard-tools/
H A Dcurve25519-fiat32.h160 static __always_inline void fe_tobytes(u8 s[32], const fe *f) in fe_tobytes() function
/freebsd/crypto/openssl/crypto/ec/
H A Dcurve25519.c872 static void fe_tobytes(uint8_t *s, const fe h) in fe_tobytes() function