Searched refs:trZ (Results 1 – 1 of 1) sorted by relevance
/mcuboot-3.4.0/ext/fiat/src/ |
D | curve25519.c | 503 fe trX, trZ, trT; in ge_p2_dbl() local 507 fe_sq_tt(&trZ, &p->Y); in ge_p2_dbl() 512 fe_add(&r->Y, &trZ, &trX); in ge_p2_dbl() 513 fe_sub(&r->Z, &trZ, &trX); in ge_p2_dbl() 514 fe_carry(&trZ, &r->Y); in ge_p2_dbl() 515 fe_sub(&r->X, &t0, &trZ); in ge_p2_dbl() 516 fe_carry(&trZ, &r->Z); in ge_p2_dbl() 517 fe_sub(&r->T, &trT, &trZ); in ge_p2_dbl() 529 fe trY, trZ, trT; in ge_madd() local 533 fe_mul_tll(&trZ, &r->X, &q->yplusx); in ge_madd() [all …]
|