Home
last modified time | relevance | path

Searched defs:fe_frombytes (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/
H A Dfe.h22 #define fe_frombytes crypto_scalarmult_curve25519_sandy2x_fe_frombytes macro
H A Dfe_frombytes_sandy2x.c31 fe_frombytes(fe h, const unsigned char *s) in fe_frombytes() function
/freebsd/crypto/krb5/src/plugins/preauth/spake/
H A Dedwards25519.c313 static void fe_frombytes(fe *h, const uint8_t s[32]) { in fe_frombytes() function
/freebsd/contrib/wireguard-tools/
H A Dcurve25519-fiat32.h49 static __always_inline void fe_frombytes(fe *h, const u8 *s) in fe_frombytes() function
/freebsd/crypto/openssl/crypto/ec/
H A Dcurve25519.c800 static void fe_frombytes(fe h, const uint8_t *s) in fe_frombytes() function