mpi_powm
mpi_powm(val, y, q, ctx->p);
return mpi_powm(val, base, ctx->xa, ctx->p);
return mpi_powm(c, m, key->e, key->n);
ret = mpi_powm(m_or_m1_or_h, c, key->dp, key->p);
ret = mpi_powm(m2, c, key->dq, key->q);
int mpi_powm(MPI res, MPI base, MPI exp, MPI mod);
EXPORT_SYMBOL_GPL(mpi_powm);
err = mpi_powm(res, in, pkey[1], pkey[0]);