Lines Matching +defs:v3 +defs:h
57 static void fe_frombytes(fe h, const uint8_t *s) { in fe_frombytes()
126 static void fe_tobytes(uint8_t *s, const fe h) { in fe_tobytes()
217 static void fe_copy(fe h, const fe f) { in fe_copy()
222 static void fe_0(fe h) { memset(h, 0, sizeof(int32_t) * 10); } in fe_0()
225 static void fe_1(fe h) { in fe_1()
239 static void fe_add(fe h, const fe f, const fe g) { in fe_add()
255 static void fe_sub(fe h, const fe f, const fe g) { in fe_sub()
289 static void fe_mul(fe h, const fe f, const fe g) { in fe_mul()
515 static void fe_sq(fe h, const fe f) { in fe_sq()
717 static void fe_neg(fe h, const fe f) { in fe_neg()
772 static void fe_sq2(fe h, const fe f) { in fe_sq2()
1022 static void ge_tobytes(uint8_t *s, const ge_p2 *h) { in ge_tobytes()
1034 static void ge_p3_tobytes(uint8_t *s, const ge_p3 *h) { in ge_p3_tobytes()
1052 static int ge_frombytes_negate_vartime(ge_p3 *h, const uint8_t *s) { in ge_frombytes_negate_vartime()
1055 fe v3; in ge_frombytes_negate_vartime() local
1095 static void ge_p2_0(ge_p2 *h) { in ge_p2_0()
1101 static void ge_p3_0(ge_p3 *h) { in ge_p3_0()
1108 static void ge_precomp_0(ge_precomp *h) { in ge_precomp_0()
1344 static void ge_scalarmult_base(ge_p3 *h, const uint8_t a[32]) { in ge_scalarmult_base()
3544 static void ge_scalarmult_base(ge_p3 *h, const uint8_t *a) { in ge_scalarmult_base()
4673 uint8_t h[SHA512_DIGEST_LENGTH]; in ED25519_verify() local
4720 static void fe_mul121666(fe h, fe f) { in fe_mul121666()