Home
last modified time | relevance | path

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

/mcuboot-latest/ext/fiat/src/
Dcurve25519.c168 static void fe_sub(fe_loose *h, const fe *f, const fe *g) { in fe_sub() function
429 fe_sub(&v, &v3, &h->Z); // u = y^2-1 in x25519_ge_frombytes_vartime()
445 fe_sub(&check, &vxx, &u); in x25519_ge_frombytes_vartime()
480 fe_sub(&r->YminusX, &p->Y, &p->X); in x25519_ge_p3_to_cached()
512 fe_sub(&r->Z, &trZ, &trX); in ge_p2_dbl()
514 fe_sub(&r->X, &t0, &trZ); in ge_p2_dbl()
516 fe_sub(&r->T, &trT, &trZ); in ge_p2_dbl()
531 fe_sub(&r->Y, &p->Y, &p->X); in ge_madd()
536 fe_sub(&r->X, &trZ, &trY); in ge_madd()
540 fe_sub(&r->T, &trZ, &trT); in ge_madd()
[all …]