Home
last modified time | relevance | path

Searched refs:fe_sub (Results 1 – 2 of 2) sorted by relevance

/third_party/openssl/ohos_lite/crypto/ec/
Dcurve25519.c996 static void fe_sub(fe h, const fe f, const fe g) in fe_sub() function
1869 fe_sub(u, u, h->Z); /* u = y^2-1 */ in ge_frombytes_vartime()
1884 fe_sub(check, vxx, u); /* vx^2-u */ in ge_frombytes_vartime()
1940 fe_sub(r->YminusX, p->Y, p->X); in ge_p3_to_cached()
1973 fe_sub(r->Z, r->Z, r->X); in ge_p2_dbl()
1974 fe_sub(r->X, t0, r->Y); in ge_p2_dbl()
1975 fe_sub(r->T, r->T, r->Z); in ge_p2_dbl()
1992 fe_sub(r->Y, p->Y, p->X); in ge_madd()
1997 fe_sub(r->X, r->Z, r->Y); in ge_madd()
2000 fe_sub(r->T, t0, r->T); in ge_madd()
[all …]
/third_party/openssl/crypto/ec/
Dcurve25519.c1006 static void fe_sub(fe h, const fe f, const fe g) in fe_sub() function
1879 fe_sub(u, u, h->Z); /* u = y^2-1 */ in ge_frombytes_vartime()
1894 fe_sub(check, vxx, u); /* vx^2-u */ in ge_frombytes_vartime()
1950 fe_sub(r->YminusX, p->Y, p->X); in ge_p3_to_cached()
1983 fe_sub(r->Z, r->Z, r->X); in ge_p2_dbl()
1984 fe_sub(r->X, t0, r->Y); in ge_p2_dbl()
1985 fe_sub(r->T, r->T, r->Z); in ge_p2_dbl()
2002 fe_sub(r->Y, p->Y, p->X); in ge_madd()
2007 fe_sub(r->X, r->Z, r->Y); in ge_madd()
2010 fe_sub(r->T, t0, r->T); in ge_madd()
[all …]