Lines Matching refs:fe

60 static void fe_frombytes(fe h, const uint8_t *s) {  in fe_frombytes()
129 static void fe_tobytes(uint8_t *s, const fe h) { in fe_tobytes()
210 static void fe_copy(fe h, const fe f) { in fe_copy()
215 static void fe_0(fe h) { memset(h, 0, sizeof(int32_t) * 10); } in fe_0()
218 static void fe_1(fe h) { in fe_1()
232 static void fe_add(fe h, const fe f, const fe g) { in fe_add()
248 static void fe_sub(fe h, const fe f, const fe g) { in fe_sub()
282 static void fe_mul(fe h, const fe f, const fe g) { in fe_mul()
508 static void fe_sq(fe h, const fe f) { in fe_sq()
639 static void fe_invert(fe out, const fe z) { in fe_invert()
640 fe t0; in fe_invert()
641 fe t1; in fe_invert()
642 fe t2; in fe_invert()
643 fe t3; in fe_invert()
710 static void fe_neg(fe h, const fe f) { in fe_neg()
721 static void fe_cmov(fe f, const fe g, unsigned b) { in fe_cmov()
736 static int fe_isnonzero(const fe f) { in fe_isnonzero()
749 static int fe_isnegative(const fe f) { in fe_isnegative()
765 static void fe_sq2(fe h, const fe f) { in fe_sq2()
907 static void fe_pow22523(fe out, const fe z) { in fe_pow22523()
908 fe t0; in fe_pow22523()
909 fe t1; in fe_pow22523()
910 fe t2; in fe_pow22523()
971 fe recip; in x25519_ge_tobytes()
972 fe x; in x25519_ge_tobytes()
973 fe y; in x25519_ge_tobytes()
984 fe recip; in ge_p3_tobytes()
985 fe x; in ge_p3_tobytes()
986 fe y; in ge_p3_tobytes()
996 static const fe d = {-10913610, 13857413, -15372611, 6949391, 114729,
999 static const fe sqrtm1 = {-32595792, -7943725, 9377950, 3500415, 12389472,
1003 fe u; in x25519_ge_frombytes_vartime()
1004 fe v; in x25519_ge_frombytes_vartime()
1005 fe v3; in x25519_ge_frombytes_vartime()
1006 fe vxx; in x25519_ge_frombytes_vartime()
1007 fe check; in x25519_ge_frombytes_vartime()
1078 static const fe d2 = {-21827239, -5839606, -30745221, 13898782, 229458,
1113 fe t0; in ge_p2_dbl()
1135 fe t0; in ge_madd()
1152 fe t0; in ge_msub()
1169 fe t0; in x25519_ge_add()
1186 fe t0; in x25519_ge_sub()
1226 fe x, y; in x25519_ge_scalarmult_small_precomp()
4737 static void fe_cswap(fe f, fe g, unsigned int b) { in fe_cswap()
4756 static void fe_mul121666(fe h, fe f) { in fe_mul121666()
4815 fe x1, x2, z2, x3, z3, tmp0, tmp1; in x25519_scalar_mult_generic()
4880 fe zplusy, zminusy, zminusy_inv; in x25519_public_from_private_generic()