Lines Matching defs:h

306 static void fe_frombytes_strict(fe *h, const uint8_t s[32]) {  in fe_frombytes_strict()
313 static void fe_frombytes(fe *h, const uint8_t s[32]) { in fe_frombytes()
326 static void fe_0(fe *h) { in fe_0()
330 static void fe_loose_0(fe_loose *h) { in fe_loose_0()
335 static void fe_1(fe *h) { in fe_1()
340 static void fe_loose_1(fe_loose *h) { in fe_loose_1()
347 static void fe_add(fe_loose *h, const fe *f, const fe *g) { in fe_add()
356 static void fe_sub(fe_loose *h, const fe *f, const fe *g) { in fe_sub()
363 static void fe_carry(fe *h, const fe_loose* f) { in fe_carry()
378 static void fe_mul_ltt(fe_loose *h, const fe *f, const fe *g) { in fe_mul_ltt()
382 static void fe_mul_llt(fe_loose *h, const fe_loose *f, const fe *g) { in fe_mul_llt()
386 static void fe_mul_ttt(fe *h, const fe *f, const fe *g) { in fe_mul_ttt()
390 static void fe_mul_tlt(fe *h, const fe_loose *f, const fe *g) { in fe_mul_tlt()
394 static void fe_mul_ttl(fe *h, const fe *f, const fe_loose *g) { in fe_mul_ttl()
398 static void fe_mul_tll(fe *h, const fe_loose *f, const fe_loose *g) { in fe_mul_tll()
402 static void fe_sq_tl(fe *h, const fe_loose *f) { in fe_sq_tl()
408 static void fe_sq_tt(fe *h, const fe *f) { in fe_sq_tt()
415 static void fe_neg(fe_loose *h, const fe *f) { in fe_neg()
436 static void fe_copy(fe *h, const fe *f) { in fe_copy()
440 static void fe_copy_lt(fe_loose *h, const fe *f) { in fe_copy_lt()
447 static void fe_copy_ll(fe_loose *h, const fe_loose *f) { in fe_copy_ll()
536 static void fe_sq2_tt(fe *h, const fe *f) { in fe_sq2_tt()
606 static void x25519_ge_tobytes(uint8_t s[32], const ge_p2 *h) { in x25519_ge_tobytes()
618 static int x25519_ge_frombytes_vartime(ge_p3 *h, const uint8_t s[32]) { in x25519_ge_frombytes_vartime()
664 static void ge_p2_0(ge_p2 *h) { in ge_p2_0()
670 static void ge_p3_0(ge_p3 *h) { in ge_p3_0()
677 static void ge_cached_0(ge_cached *h) { in ge_cached_0()
684 static void ge_precomp_0(ge_precomp *h) { in ge_precomp_0()
825 ge_p3 *h, const uint8_t a[32], const uint8_t precomp_table[15 * 2 * 32]) { in x25519_ge_scalarmult_small_precomp()
880 static void x25519_ge_scalarmult_base(ge_p3 *h, const uint8_t a[32]) { in x25519_ge_scalarmult_base()
923 static void x25519_ge_scalarmult_base(ge_p3 *h, const uint8_t *a) { in x25519_ge_scalarmult_base()