Lines Matching defs:reduced
666 BIGNUM *reduced = BN_CTX_get(ctx);
667 if (reduced == NULL
668 || !BN_nnmod(reduced, a, m, ctx)) {
671 a = reduced;
928 * reduction variant, so the values here may not be fully reduced.
930 * Additionally, we pass these "almost" reduced inputs into
932 * Given those inputs, |bn_mul_mont| may not give reduced
933 * output, but it will still produce "almost" reduced output.
1036 * fully reduced. This is within bounds for |BN_from_montgomery|
1038 * produce a fully reduced result.
1196 a %= m->d[0]; /* make sure that 'a' is reduced */