Lines Matching defs:h
119 static void fe_frombytes_strict(fe *h, const uint8_t s[32]) { in fe_frombytes_strict()
126 static void fe_frombytes(fe *h, const uint8_t s[32]) { in fe_frombytes()
139 static void fe_0(fe *h) { in fe_0()
148 static void fe_1(fe *h) { in fe_1()
159 static void fe_add(fe_loose *h, const fe *f, const fe *g) { in fe_add()
168 static void fe_sub(fe_loose *h, const fe *f, const fe *g) { in fe_sub()
175 static void fe_carry(fe *h, const fe_loose* f) { in fe_carry()
190 static void fe_mul_ltt(fe_loose *h, const fe *f, const fe *g) { in fe_mul_ltt()
194 static void fe_mul_ttt(fe *h, const fe *f, const fe *g) { in fe_mul_ttt()
198 static void fe_mul_tlt(fe *h, const fe_loose *f, const fe *g) { in fe_mul_tlt()
202 static void fe_mul_ttl(fe *h, const fe *f, const fe_loose *g) { in fe_mul_ttl()
206 static void fe_mul_tll(fe *h, const fe_loose *f, const fe_loose *g) { in fe_mul_tll()
210 static void fe_sq_tl(fe *h, const fe_loose *f) { in fe_sq_tl()
216 static void fe_sq_tt(fe *h, const fe *f) { in fe_sq_tt()
223 static void fe_neg(fe_loose *h, const fe *f) { in fe_neg()
230 static void fe_copy(fe *h, const fe *f) { in fe_copy()
234 static void fe_copy_lt(fe_loose *h, const fe *f) { in fe_copy_lt()
336 static void fe_sq2_tt(fe *h, const fe *f) { in fe_sq2_tt()
406 void x25519_ge_tobytes(uint8_t s[32], const ge_p2 *h) { in x25519_ge_tobytes()
418 int x25519_ge_frombytes_vartime(ge_p3 *h, const uint8_t s[32]) { in x25519_ge_frombytes_vartime()
464 static void ge_p2_0(ge_p2 *h) { in ge_p2_0()
1113 uint8_t h[SHA512_DIGEST_LENGTH]; in ED25519_verify() local
1133 uint8_t h[TC_SHA512_DIGEST_SIZE]; in ED25519_verify() local
1220 static void fe_mul121666(fe *h, const fe_loose *f) { in fe_mul121666()