Searched refs:mpi_mul (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/lib/crypto/mpi/ |
D | mpi-mul.c | 16 void mpi_mul(MPI w, MPI u, MPI v) in mpi_mul() function 85 EXPORT_SYMBOL_GPL(mpi_mul); 89 mpi_mul(w, u, v); in mpi_mulm()
|
D | mpi-mod.c | 120 mpi_mul(r2, r2, y); in mpi_mod_barrett() 131 mpi_mul(r2, r2, m); in mpi_mod_barrett() 155 mpi_mul(w, u, v); in mpi_mul_barrett()
|
D | ec.c | 138 mpi_mul(w, u, v); in ec_mulm() 1349 mpi_mul(h, k, mpi_const(MPI_C_THREE)); /* h = 3k */ in mpi_ec_mul_point()
|
/Linux-v6.6/include/linux/ |
D | mpi.h | 149 void mpi_mul(MPI w, MPI u, MPI v);
|
/Linux-v6.6/crypto/ |
D | rsa.c | 77 mpi_mul(m12_or_qh, key->q, m_or_m1_or_h); in _rsa_dec_crt()
|