Home
last modified time | relevance | path

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

/external/boringssl/src/third_party/fiat/
Dcurve25519.c622 fe trX, trZ, trT; in ge_p2_dbl() local
626 fe_sq_tt(&trZ, &p->Y); in ge_p2_dbl()
631 fe_add(&r->Y, &trZ, &trX); in ge_p2_dbl()
632 fe_sub(&r->Z, &trZ, &trX); in ge_p2_dbl()
633 fe_carry(&trZ, &r->Y); in ge_p2_dbl()
634 fe_sub(&r->X, &t0, &trZ); in ge_p2_dbl()
635 fe_carry(&trZ, &r->Z); in ge_p2_dbl()
636 fe_sub(&r->T, &trT, &trZ); in ge_p2_dbl()
648 fe trY, trZ, trT; in ge_madd() local
652 fe_mul_tll(&trZ, &r->X, &q->yplusx); in ge_madd()
[all …]