Home | History | Annotate | Download | only in crypto

Lines Matching refs:Reduce

31 // exactly, making the reflections during a reduce much nicer.
206 // Reduce reduces the coefficients of in_out to smaller bounds.
210 void Reduce(FieldElement* in_out) {
298 // Reduce the coefficients to < 2**28.
352 // The value is < 2**224, but maybe greater than p. In order to reduce to a
459 Reduce(&h);
466 Reduce(&i);
473 Reduce(&r);
486 Reduce(&r);
494 Reduce(&z2z2);
497 Reduce(&out->z);
505 Reduce(&z1z1);
508 Reduce(&out->x);
516 Reduce(&z1z1);
519 Reduce(&out->y);
539 Reduce(&t);
541 Reduce(&alpha);
546 Reduce(&out->z);
549 Reduce(&out->z);
551 Reduce(&out->z);
557 Reduce(&delta);
560 Reduce(&out->x);
566 Reduce(&beta);
568 Reduce(&beta);
573 Reduce(&gamma);
576 Reduce(&out->y);
669 Reduce(&three_x);
671 Reduce(&rhs);
735 Reduce(&out->y);