Searched refs:mpihelp_rshift (Results 1 – 5 of 5) sorted by relevance
/linux/lib/crypto/mpi/ |
H A D | mpi-bit.c | 127 mpihelp_rshift(x->d, x->d, x->nlimbs, nbits); in mpi_rshift() 151 mpihelp_rshift(x->d, x->d, x->nlimbs, nbits); in mpi_rshift() 163 mpihelp_rshift(x->d, a->d, x->nlimbs, nbits); in mpi_rshift()
|
H A D | generic_mpih-rshift.c | 29 mpihelp_rshift(mpi_ptr_t wp, mpi_ptr_t up, mpi_size_t usize, unsigned cnt) in mpihelp_rshift() function
|
H A D | mpi-pow.c | 278 mpihelp_rshift(rp, rp, rsize, mod_shift_cnt); in mpi_powm() 284 mpihelp_rshift(mp, mp, msize, mod_shift_cnt); in mpi_powm()
|
H A D | mpi-div.c | 214 mpihelp_rshift(rp, rp, rsize, normalization_steps); in mpi_tdiv_qr()
|
H A D | mpi-internal.h | 200 mpi_limb_t mpihelp_rshift(mpi_ptr_t wp, mpi_ptr_t up, mpi_size_t usize,
|