Home
last modified time | relevance | path

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

/linux/lib/crypto/mpi/
H A Dmpi-mul.c18 int mpi_mul(MPI w, MPI u, MPI v) in mpi_mul() function
104 EXPORT_SYMBOL_GPL(mpi_mul);
108 return mpi_mul(w, u, v) ?: in mpi_mulm()
/linux/include/linux/
H A Dmpi.h88 int mpi_mul(MPI w, MPI u, MPI v);
/linux/crypto/
H A Drsa.c106 mpi_mul(m12_or_qh, key->q, m_or_m1_or_h) ?: in _rsa_dec_crt()