Searched defs:fe_frombytes (Results 1 – 5 of 5) sorted by relevance
22 #define fe_frombytes crypto_scalarmult_curve25519_sandy2x_fe_frombytes macro
31 fe_frombytes(fe h, const unsigned char *s) in fe_frombytes() function
313 static void fe_frombytes(fe *h, const uint8_t s[32]) { in fe_frombytes() function
49 static __always_inline void fe_frombytes(fe *h, const u8 *s) in fe_frombytes() function
800 static void fe_frombytes(fe h, const uint8_t *s) in fe_frombytes() function