rsa_ossl_mod_exp
return rsa_ossl_mod_exp(r0, i, rsa, ctx);
static int rsa_ossl_mod_exp(BIGNUM *r0, const BIGNUM *i, RSA *rsa,
rsa_ossl_mod_exp,