Home
last modified time | relevance | path

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

/external/boringssl/src/third_party/fiat/
Dcurve25519.c162 static void fe_frombytes_strict(fe *h, const uint8_t s[32]) { in fe_frombytes_strict() function
173 fe_frombytes_strict(h, s_copy); in fe_frombytes()
744 fe_frombytes_strict(&x, bytes); in x25519_ge_scalarmult_small_precomp()
745 fe_frombytes_strict(&y, bytes + 32); in x25519_ge_scalarmult_small_precomp()