BN_mod_exp
int BN_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
LCRYPTO_ALIAS(BN_mod_exp);
LCRYPTO_UNUSED(BN_mod_exp);
INIT_MOD_EXP_FN(BN_mod_exp),
if (BN_mod_exp(d, a, b, c, ctx)) {
if (!BN_mod_exp(d, a, b, c, ctx))
!BN_mod_exp(r2, x, y, p, ctx))