Home | History | Annotate | Download | only in curve25519

Lines Matching full:minust

3519   ge_precomp minust;
3532 fe_copy(minust.yplusx, t->yminusx);
3533 fe_copy(minust.yminusx, t->yplusx);
3534 fe_neg(minust.xy2d, t->xy2d);
3535 cmov(t, &minust, bnegative);