Searched refs:fe_frombytes (Results 1 – 2 of 2) sorted by relevance
58 static void fe_frombytes(fe h, const uint8_t *s) { in fe_frombytes() function993 fe_frombytes(h->Y, s); in x25519_ge_frombytes_vartime()1209 fe_frombytes(x, bytes); in x25519_ge_scalarmult_small_precomp()1210 fe_frombytes(y, bytes + 32); in x25519_ge_scalarmult_small_precomp()4831 fe_frombytes(x1, point); in x25519_scalar_mult_generic()
85 static __always_inline void fe_frombytes(fe *h, const uint8_t *s) in fe_frombytes() function820 fe_frombytes(&x1, point); in curve25519()