Searched refs:trZ (Results 1 – 1 of 1) sorted by relevance
| /freebsd/crypto/krb5/src/plugins/preauth/spake/ |
| H A D | edwards25519.c | 729 fe trX, trZ, trT; in ge_p2_dbl() local 733 fe_sq_tt(&trZ, &p->Y); in ge_p2_dbl() 738 fe_add(&r->Y, &trZ, &trX); in ge_p2_dbl() 739 fe_sub(&r->Z, &trZ, &trX); in ge_p2_dbl() 740 fe_carry(&trZ, &r->Y); in ge_p2_dbl() 741 fe_sub(&r->X, &t0, &trZ); in ge_p2_dbl() 742 fe_carry(&trZ, &r->Z); in ge_p2_dbl() 743 fe_sub(&r->T, &trT, &trZ); in ge_p2_dbl() 757 fe trY, trZ, trT; in ge_madd() local 761 fe_mul_tll(&trZ, &r->X, &q->yplusx); in ge_madd() [all …]
|