Lines Matching defs:vrfy
619 BIGNUM *r1, *m1, *vrfy;
632 vrfy = BN_CTX_get(ctx);
770 if (!rsa->meth->bn_mod_exp(vrfy, r0, rsa->e, rsa->n, ctx, rsa->mont_n)) {
777 if (!BN_sub(vrfy, vrfy, I)) {
780 if (!BN_mod(vrfy, vrfy, rsa->n, ctx)) {
783 if (BN_is_negative(vrfy)) {
784 if (!BN_add(vrfy, vrfy, rsa->n)) {
788 if (!BN_is_zero(vrfy)) {
789 /* 'I' and 'vrfy' aren't congruent mod n. Don't leak