Home
last modified time | relevance | path

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

/openbmc/linux/lib/crypto/mpi/
H A Dmpi-mul.c87 void mpi_mulm(MPI w, MPI u, MPI v, MPI m) in mpi_mulm() function
92 EXPORT_SYMBOL_GPL(mpi_mulm);
/openbmc/linux/include/linux/
H A Dmpi.h150 void mpi_mulm(MPI w, MPI u, MPI v, MPI m);
/openbmc/linux/crypto/
H A Drsa.c74 mpi_mulm(m_or_m1_or_h, m12_or_qh, key->qinv, key->p); in _rsa_dec_crt()