mpi_powm           39 crypto/dh.c    	return mpi_powm(val, base, ctx->xa, ctx->p);
mpi_powm          131 crypto/dh.c    		ret = mpi_powm(val, y, ctx->q, ctx->p);
mpi_powm           32 crypto/rsa.c   	return mpi_powm(c, m, key->e, key->n);
mpi_powm           46 crypto/rsa.c   	return mpi_powm(m, c, key->d, key->n);
mpi_powm           60 include/linux/mpi.h int mpi_powm(MPI res, MPI base, MPI exp, MPI mod);
mpi_powm          145 lib/digsig.c   	err = mpi_powm(res, in, pkey[1], pkey[0]);
mpi_powm          314 lib/mpi/mpi-pow.c EXPORT_SYMBOL_GPL(mpi_powm);