Lines Matching defs:h
71 static void fe64_frombytes(fe64 h, const uint8_t *s) in fe64_frombytes()
79 static void fe64_0(fe64 h) in fe64_0()
87 static void fe64_1(fe64 h) in fe64_1()
95 static void fe64_copy(fe64 h, const fe64 f) in fe64_copy()
310 static void fe51_frombytes(fe51 h, const uint8_t *s) in fe51_frombytes()
330 static void fe51_tobytes(uint8_t *s, const fe51 h) in fe51_tobytes()
400 static void fe51_mul(fe51 h, const fe51 f, const fe51 g) in fe51_mul()
458 static void fe51_sq(fe51 h, const fe51 f) in fe51_sq()
512 static void fe51_mul121666(fe51 h, fe51 f) in fe51_mul121666()
539 static void fe51_add(fe51 h, const fe51 f, const fe51 g) in fe51_add()
548 static void fe51_sub(fe51 h, const fe51 f, const fe51 g) in fe51_sub()
561 static void fe51_0(fe51 h) in fe51_0()
570 static void fe51_1(fe51 h) in fe51_1()
579 static void fe51_copy(fe51 h, const fe51 f) in fe51_copy()
800 static void fe_frombytes(fe h, const uint8_t *s) in fe_frombytes()
872 static void fe_tobytes(uint8_t *s, const fe h) in fe_tobytes()
955 static void fe_copy(fe h, const fe f) in fe_copy()
961 static void fe_0(fe h) in fe_0()
967 static void fe_1(fe h) in fe_1()
985 static void fe_add(fe h, const fe f, const fe g) in fe_add()
1006 static void fe_sub(fe h, const fe f, const fe g) in fe_sub()
1045 static void fe_mul(fe h, const fe f, const fe g) in fe_mul()
1275 static void fe_sq(fe h, const fe f) in fe_sq()
1512 static void fe_neg(fe h, const fe f) in fe_neg()
1584 static void fe_sq2(fe h, const fe f) in fe_sq2()
1831 static void ge_tobytes(uint8_t *s, const ge_p2 *h) in ge_tobytes()
1844 static void ge_p3_tobytes(uint8_t *s, const ge_p3 *h) in ge_p3_tobytes()
1867 static int ge_frombytes_vartime(ge_p3 *h, const uint8_t *s) in ge_frombytes_vartime()
1906 static void ge_p2_0(ge_p2 *h) in ge_p2_0()
1913 static void ge_p3_0(ge_p3 *h) in ge_p3_0()
1921 static void ge_precomp_0(ge_precomp *h) in ge_precomp_0()
4233 static void ge_scalarmult_base(ge_p3 *h, const uint8_t *a) in ge_scalarmult_base()
4315 static void fe_mul121666(fe h, fe f) in fe_mul121666()
5574 uint8_t h[SHA512_DIGEST_LENGTH]; in ossl_ed25519_verify() local