Home
last modified time | relevance | path

Searched refs:mpi_powm (Results 1 – 3 of 3) sorted by relevance

/linux/lib/crypto/mpi/
H A Dmpi-pow.c26 int mpi_powm(MPI res, MPI base, MPI exp, MPI mod) in mpi_powm() function
311 EXPORT_SYMBOL_GPL(mpi_powm);
/linux/include/linux/
H A Dmpi.h65 int mpi_powm(MPI res, MPI base, MPI exp, MPI mod);
/linux/lib/
H A Ddigsig.c141 err = mpi_powm(res, in, pkey[1], pkey[0]); in digsig_verify_rsa()