Searched refs:mpihelp_lshift (Results 1 – 4 of 4) sorted by relevance
/linux/lib/crypto/mpi/ |
H A D | mpi-div.c | 163 mpihelp_lshift(tp, dp, dsize, normalization_steps); in mpi_tdiv_qr() 170 nlimb = mpihelp_lshift(rp, np, nsize, normalization_steps); in mpi_tdiv_qr()
|
H A D | generic_mpih-lshift.c | 28 mpihelp_lshift(mpi_ptr_t wp, mpi_ptr_t up, mpi_size_t usize, unsigned int cnt) in mpihelp_lshift() function
|
H A D | mpi-pow.c | 77 mpihelp_lshift(mp, mod->d, msize, mod_shift_cnt); in mpi_powm() 260 mpihelp_lshift(res->d, rp, rsize, mod_shift_cnt); in mpi_powm()
|
H A D | mpi-internal.h | 198 mpi_limb_t mpihelp_lshift(mpi_ptr_t wp, mpi_ptr_t up, mpi_size_t usize,
|