Home | History | Annotate | Download | only in crypto

Lines Matching defs:Reduce

33 // exactly, making the reflections during a reduce much nicer.
208 // Reduce reduces the coefficients of in_out to smaller bounds.
212 void Reduce(FieldElement* in_out) {
300 // Reduce the coefficients to < 2**28.
354 // The value is < 2**224, but maybe greater than p. In order to reduce to a
463 Reduce(&h);
470 Reduce(&i);
477 Reduce(&r);
490 Reduce(&r);
498 Reduce(&z2z2);
501 Reduce(&out->z);
509 Reduce(&z1z1);
512 Reduce(&out->x);
520 Reduce(&z1z1);
523 Reduce(&out->y);
543 Reduce(&t);
545 Reduce(&alpha);
550 Reduce(&out->z);
553 Reduce(&out->z);
555 Reduce(&out->z);
561 Reduce(&delta);
564 Reduce(&out->x);
570 Reduce(&beta);
572 Reduce(&beta);
577 Reduce(&gamma);
580 Reduce(&out->y);
673 Reduce(&three_x);
675 Reduce(&rhs);
739 Reduce(&out->y);