Lines Matching defs:modulo
1174 modulo(mp_int * a, mp_int * b, mp_int * c)
1322 if ((res = modulo(a, b, &y)) != MP_OKAY) {
1442 if ((res = modulo(a, b, &x)) != MP_OKAY) {
2678 /* reduces a modulo n where n is of the form 2**p - d
3299 if ((err = modulo(G, P, &M[1])) != MP_OKAY) {
3317 /* reduce modulo P */
3533 res = modulo(&t, c, d);
3851 /* reduce "x" in place modulo "n" using the Diminished Radix algorithm.
3959 /* reduces a modulo n where n is of the form 2**p - d */
4138 if ((err = modulo(G, P, &M[1])) != MP_OKAY) {
4747 res = modulo(&t, b, c);
5115 res = modulo(&t, c, d);
5652 return modulo(rnd, range, rnd) == MP_OKAY;