Searched refs:fe_tobytes (Results 1 – 2 of 2) sorted by relevance
/third_party/openssl/ohos_lite/crypto/ec/ |
D | curve25519.c | 862 static void fe_tobytes(uint8_t *s, const fe h) in fe_tobytes() function 1541 fe_tobytes(s, f); in fe_isnonzero() 1557 fe_tobytes(s, f); in fe_isnegative() 1830 fe_tobytes(s, y); in ge_tobytes() 1843 fe_tobytes(s, y); in ge_p3_tobytes() 4413 fe_tobytes(out, x2); in x25519_scalar_mult_generic() 5594 fe_tobytes(out_public_value, zplusy); in X25519_public_from_private()
|
/third_party/openssl/crypto/ec/ |
D | curve25519.c | 872 static void fe_tobytes(uint8_t *s, const fe h) in fe_tobytes() function 1551 fe_tobytes(s, f); in fe_isnonzero() 1567 fe_tobytes(s, f); in fe_isnegative() 1840 fe_tobytes(s, y); in ge_tobytes() 1853 fe_tobytes(s, y); in ge_p3_tobytes() 4423 fe_tobytes(out, x2); in x25519_scalar_mult_generic() 5649 fe_tobytes(out_public_value, zplusy); in ossl_x25519_public_from_private()
|