Lines Matching refs:bn_mod_exp
146 if (!rsa->meth->bn_mod_exp(ret, f, rsa->e, rsa->n, ctx,
338 if (!rsa->meth->bn_mod_exp(ret, f, d, rsa->n, ctx,
462 if (!rsa->meth->bn_mod_exp(ret, f, d, rsa->n, ctx,
571 if (!rsa->meth->bn_mod_exp(ret, f, rsa->e, rsa->n, ctx,
669 smooth = (rsa->meth->bn_mod_exp == BN_mod_exp_mont)
748 if (!rsa->meth->bn_mod_exp(m1, r1, dmq1, rsa->q, ctx,
774 if (!rsa->meth->bn_mod_exp(r0, r1, dmp1, rsa->p, ctx,
813 if (!rsa->meth->bn_mod_exp(m[i], r1, di, pinfo->r, ctx, pinfo->m)) {
914 if (rsa->meth->bn_mod_exp == BN_mod_exp_mont) {
920 if (!rsa->meth->bn_mod_exp(vrfy, r0, rsa->e, rsa->n, ctx,
954 if (!rsa->meth->bn_mod_exp(r0, I, d, rsa->n, ctx,