Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/contrib/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/
Dfe.h22 #define fe_frombytes crypto_scalarmult_curve25519_sandy2x_fe_frombytes macro
Dfe_frombytes_sandy2x.c31 fe_frombytes(fe h, const unsigned char *s) in fe_frombytes() function
/freebsd-12-stable/crypto/openssl/crypto/ec/
Dcurve25519.c790 static void fe_frombytes(fe h, const uint8_t *s) in fe_frombytes() function