Home
last modified time | relevance | path

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

/mcuboot-3.4.0/ext/fiat/src/
Dcurve25519.c127 static void fe_frombytes(fe *h, const uint8_t s[32]) { in fe_frombytes() function
426 fe_frombytes(&h->Y, s); in x25519_ge_frombytes_vartime()
1256 fe_frombytes(&x1, point); in x25519_scalar_mult_generic()