Home | History | Annotate | Download | only in rsa

Lines Matching defs:vrfy

639   BIGNUM *r1, *m1, *vrfy;
647 vrfy = BN_CTX_get(ctx);
750 if (!rsa->meth->bn_mod_exp(vrfy, r0, rsa->e, rsa->n, ctx,
758 if (!BN_sub(vrfy, vrfy, I)) {
761 if (!BN_mod(vrfy, vrfy, rsa->n, ctx)) {
764 if (BN_is_negative(vrfy)) {
765 if (!BN_add(vrfy, vrfy, rsa->n)) {
769 if (!BN_is_zero(vrfy)) {
770 /* 'I' and 'vrfy' aren't congruent mod n. Don't leak