• Home
  • Raw
  • Download

Lines Matching refs:fe

761 typedef int32_t fe[10];  typedef
790 static void fe_frombytes(fe h, const uint8_t *s) in fe_frombytes()
862 static void fe_tobytes(uint8_t *s, const fe h) in fe_tobytes()
945 static void fe_copy(fe h, const fe f) in fe_copy()
951 static void fe_0(fe h) in fe_0()
957 static void fe_1(fe h) in fe_1()
975 static void fe_add(fe h, const fe f, const fe g) in fe_add()
996 static void fe_sub(fe h, const fe f, const fe g) in fe_sub()
1035 static void fe_mul(fe h, const fe f, const fe g) in fe_mul()
1265 static void fe_sq(fe h, const fe f) in fe_sq()
1397 static void fe_invert(fe out, const fe z) in fe_invert()
1399 fe t0; in fe_invert()
1400 fe t1; in fe_invert()
1401 fe t2; in fe_invert()
1402 fe t3; in fe_invert()
1502 static void fe_neg(fe h, const fe f) in fe_neg()
1517 static void fe_cmov(fe f, const fe g, unsigned b) in fe_cmov()
1536 static int fe_isnonzero(const fe f) in fe_isnonzero()
1553 static int fe_isnegative(const fe f) in fe_isnegative()
1574 static void fe_sq2(fe h, const fe f) in fe_sq2()
1717 static void fe_pow22523(fe out, const fe z) in fe_pow22523()
1719 fe t0; in fe_pow22523()
1720 fe t1; in fe_pow22523()
1721 fe t2; in fe_pow22523()
1789 fe X;
1790 fe Y;
1791 fe Z;
1795 fe X;
1796 fe Y;
1797 fe Z;
1798 fe T;
1802 fe X;
1803 fe Y;
1804 fe Z;
1805 fe T;
1809 fe yplusx;
1810 fe yminusx;
1811 fe xy2d;
1815 fe YplusX;
1816 fe YminusX;
1817 fe Z;
1818 fe T2d;
1823 fe recip; in ge_tobytes()
1824 fe x; in ge_tobytes()
1825 fe y; in ge_tobytes()
1836 fe recip; in ge_p3_tobytes()
1837 fe x; in ge_p3_tobytes()
1838 fe y; in ge_p3_tobytes()
1847 static const fe d = {
1852 static const fe sqrtm1 = {
1859 fe u; in ge_frombytes_vartime()
1860 fe v; in ge_frombytes_vartime()
1861 fe v3; in ge_frombytes_vartime()
1862 fe vxx; in ge_frombytes_vartime()
1863 fe check; in ge_frombytes_vartime()
1931 static const fe d2 = {
1965 fe t0; in ge_p2_dbl()
1989 fe t0; in ge_madd()
2006 fe t0; in ge_msub()
2023 fe t0; in ge_add()
2041 fe t0; in ge_sub()
4286 static void fe_cswap(fe f, fe g, unsigned int b) in fe_cswap()
4310 static void fe_mul121666(fe h, fe f) in fe_mul121666()
4370 fe x1, x2, z2, x3, z3, tmp0, tmp1; in x25519_scalar_mult_generic()
5576 fe zplusy, zminusy, zminusy_inv; in X25519_public_from_private()