Home
last modified time | relevance | path

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

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