Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/
H A Dfe.h22 #define fe_frombytes crypto_scalarmult_curve25519_sandy2x_fe_frombytes macro
24 extern void fe_frombytes(fe, const unsigned char *);
H A Dfe_frombytes_sandy2x.c31 fe_frombytes(fe h, const unsigned char *s) in fe_frombytes() function
H A Dcurve25519_sandy2x.c41 fe_frombytes(x1, p); in crypto_scalarmult_curve25519_sandy2x()