Home
last modified time | relevance | path

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

/external/boringssl/src/third_party/fiat/
Dp256.c80 #define fe_frombytes fiat_p256_from_bytes macro
104 fe_frombytes(out, in->bytes); in fe_from_generic()
1030 fe_frombytes(r_Z2, r->bytes); // r < order < p, so this is valid. in ec_GFp_nistp256_cmp_x_coordinate()
Dcurve25519.c169 static void fe_frombytes(fe *h, const uint8_t s[32]) { in fe_frombytes() function
518 fe_frombytes(&h->Y, s); in x25519_ge_frombytes_vartime()
2043 fe_frombytes(&x1, point); in x25519_scalar_mult_generic()