Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/curve25519/
H A Dcurve25519.c60 static void fe_frombytes(fe h, const uint8_t *s) { in fe_frombytes() function
1009 fe_frombytes(h->Y, s); in x25519_ge_frombytes_vartime()
1227 fe_frombytes(x, bytes); in x25519_ge_scalarmult_small_precomp()
1228 fe_frombytes(y, bytes + 32); in x25519_ge_scalarmult_small_precomp()
4822 fe_frombytes(x1, point); in x25519_scalar_mult_generic()
/dragonfly/sys/crypto/curve25519/
H A Dcurve25519.c90 fe_frombytes(fe *h, const uint8_t *s) in fe_frombytes() function
848 fe_frombytes(&x1, point); in curve25519()