Home
last modified time | relevance | path

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

/external/boringssl/src/third_party/fiat/
Dcurve25519.c176 static void fe_tobytes(uint8_t s[32], const fe *f) { in fe_tobytes() function
403 fe_tobytes(s, &tight); in fe_isnonzero()
413 fe_tobytes(s, f); in fe_isnegative()
495 fe_tobytes(s, &y); in x25519_ge_tobytes()
507 fe_tobytes(s, &y); in ge_p3_tobytes()
2093 fe_tobytes(out, &x2); in x25519_scalar_mult_generic()
2166 fe_tobytes(out_public_value, &zminusy_inv); in X25519_public_from_private()
Dp256.c79 #define fe_tobytes fiat_p256_to_bytes macro
113 fe_tobytes(out->bytes, in); in fe_to_generic()