Lines Matching +defs:f +defs:r
86 #define assert_fe(f) \ argument
103 #define assert_fe_loose(f) \ argument
122 #define assert_fe(f) \ argument
140 #define assert_fe_loose(f) \ argument
167 static void fe_tobytes(uint8_t s[32], const fe *f) { in fe_tobytes()
194 static void fe_add(fe_loose *h, const fe *f, const fe *g) { in fe_add()
203 static void fe_sub(fe_loose *h, const fe *f, const fe *g) { in fe_sub()
210 static void fe_carry(fe *h, const fe_loose* f) { in fe_carry()
225 static void fe_mul_ltt(fe_loose *h, const fe *f, const fe *g) { in fe_mul_ltt()
233 static void fe_mul_ttt(fe *h, const fe *f, const fe *g) { in fe_mul_ttt()
237 static void fe_mul_tlt(fe *h, const fe_loose *f, const fe *g) { in fe_mul_tlt()
241 static void fe_mul_ttl(fe *h, const fe *f, const fe_loose *g) { in fe_mul_ttl()
245 static void fe_mul_tll(fe *h, const fe_loose *f, const fe_loose *g) { in fe_mul_tll()
249 static void fe_sq_tl(fe *h, const fe_loose *f) { in fe_sq_tl()
255 static void fe_sq_tt(fe *h, const fe *f) { in fe_sq_tt()
265 static void fe_cswap(fe *f, fe *g, fe_limb_t b) { in fe_cswap()
275 static void fe_mul121666(fe *h, const fe_loose *f) { in fe_mul121666()
282 static void fe_neg(fe_loose *h, const fe *f) { in fe_neg()
292 static void fe_cmov(fe_loose *f, const fe_loose *g, fe_limb_t b) { in fe_cmov()
309 static void fe_copy(fe *h, const fe *f) { in fe_copy()
313 static void fe_copy_lt(fe_loose *h, const fe *f) { in fe_copy_lt()
317 static void fe_copy_ll(fe_loose *h, const fe_loose *f) { in fe_copy_ll()
388 static int fe_isnonzero(const fe_loose *f) { in fe_isnonzero()
400 static int fe_isnegative(const fe *f) { in fe_isnegative()
406 static void fe_sq2_tt(fe *h, const fe *f) { in fe_sq2_tt()
542 static void ge_p3_to_p2(ge_p2 *r, const ge_p3 *p) { in ge_p3_to_p2()
549 static void x25519_ge_p3_to_cached(ge_cached *r, const ge_p3 *p) { in x25519_ge_p3_to_cached()
557 static void x25519_ge_p1p1_to_p2(ge_p2 *r, const ge_p1p1 *p) { in x25519_ge_p1p1_to_p2()
564 static void x25519_ge_p1p1_to_p3(ge_p3 *r, const ge_p1p1 *p) { in x25519_ge_p1p1_to_p3()
572 static void ge_p2_dbl(ge_p1p1 *r, const ge_p2 *p) { in ge_p2_dbl()
591 static void ge_p3_dbl(ge_p1p1 *r, const ge_p3 *p) { in ge_p3_dbl()
598 static void ge_madd(ge_p1p1 *r, const ge_p3 *p, const ge_precomp *q) { in ge_madd()
615 static void ge_msub(ge_p1p1 *r, const ge_p3 *p, const ge_precomp *q) { in ge_msub()
632 static void x25519_ge_add(ge_p1p1 *r, const ge_p3 *p, const ge_cached *q) { in x25519_ge_add()
650 static void x25519_ge_sub(ge_p1p1 *r, const ge_p3 *p, const ge_cached *q) { in x25519_ge_sub()
729 ge_p1p1 r; in x25519_ge_scalarmult_small_precomp() local
785 ge_p1p1 r; in GFp_x25519_ge_scalarmult_base() local
832 static void slide(signed char *r, const uint8_t *a) { in slide()
870 static void ge_double_scalarmult_vartime(ge_p2 *r, const uint8_t *a, in ge_double_scalarmult_vartime()
1879 uint8_t GFp_x25519_fe_isnegative(const fe *f) { in GFp_x25519_fe_isnegative()
1883 void GFp_x25519_fe_mul_ttt(fe *h, const fe *f, const fe *g) { in GFp_x25519_fe_mul_ttt()
1887 void GFp_x25519_fe_neg(fe *f) { in GFp_x25519_fe_neg()
1897 void GFp_x25519_ge_double_scalarmult_vartime(ge_p2 *r, const uint8_t *a, in GFp_x25519_ge_double_scalarmult_vartime()