Lines Matching refs:BN_mod_exp
1004 ret = BN_mod_exp(r, a, p, m, ctx);
1023 ret = meth->bn_mod_exp(r, a, p, m, ctx, in_mont);
1028 ret = meth->bn_mod_exp(r, a, p, m, ctx, in_mont);
1129 if (!dsa->meth->bn_mod_exp(dsa,t1,dsa->g,u1,dsa->p,ctx,mont))
1133 if (!dsa->meth->bn_mod_exp(dsa,&t2,dsa->pub_key,u2,dsa->p,ctx,mont))
1369 cryptodev_rsa.bn_mod_exp = rsa_meth->bn_mod_exp;
1376 cryptodev_rsa.bn_mod_exp = cryptodev_bn_mod_exp;
1393 cryptodev_dsa.bn_mod_exp = cryptodev_dsa_bn_mod_exp;
1405 cryptodev_dh.bn_mod_exp = dh_meth->bn_mod_exp;
1407 cryptodev_dh.bn_mod_exp = cryptodev_mod_exp_dh;