Home
last modified time | relevance | path

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

/third_party/openssl/ohos_lite/crypto/ec/
Dcurve25519.c1035 static void fe_mul(fe h, const fe f, const fe g) in fe_mul() function
1418 fe_mul(t1, z, t1); in fe_invert()
1420 fe_mul(t0, t0, t1); in fe_invert()
1426 fe_mul(t1, t1, t2); in fe_invert()
1435 fe_mul(t1, t2, t1); in fe_invert()
1444 fe_mul(t2, t2, t1); in fe_invert()
1451 fe_mul(t2, t3, t2); in fe_invert()
1458 fe_mul(t1, t2, t1); in fe_invert()
1465 fe_mul(t2, t2, t1); in fe_invert()
1472 fe_mul(t2, t3, t2); in fe_invert()
[all …]
/third_party/openssl/crypto/ec/
Dcurve25519.c1045 static void fe_mul(fe h, const fe f, const fe g) in fe_mul() function
1428 fe_mul(t1, z, t1); in fe_invert()
1430 fe_mul(t0, t0, t1); in fe_invert()
1436 fe_mul(t1, t1, t2); in fe_invert()
1445 fe_mul(t1, t2, t1); in fe_invert()
1454 fe_mul(t2, t2, t1); in fe_invert()
1461 fe_mul(t2, t3, t2); in fe_invert()
1468 fe_mul(t1, t2, t1); in fe_invert()
1475 fe_mul(t2, t2, t1); in fe_invert()
1482 fe_mul(t2, t3, t2); in fe_invert()
[all …]