Lines Matching refs:vrfy
609 BIGNUM *r1, *m1, *vrfy;
624 vrfy = BN_CTX_get(ctx);
625 if (vrfy == NULL)
915 if (!BN_mod_exp_mont(vrfy, r0, rsa->e, rsa->n, ctx,
920 if (!rsa->meth->bn_mod_exp(vrfy, r0, rsa->e, rsa->n, ctx,
930 if (!BN_sub(vrfy, vrfy, I))
932 if (BN_is_zero(vrfy)) {
937 if (!BN_mod(vrfy, vrfy, rsa->n, ctx))
939 if (BN_is_negative(vrfy))
940 if (!BN_add(vrfy, vrfy, rsa->n))
942 if (!BN_is_zero(vrfy)) {
944 * 'I' and 'vrfy' aren't congruent mod n. Don't leak