Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dmpi.h139 void mpi_lshift(MPI x, MPI a, unsigned int n);
/OK3568_Linux_fs/kernel/lib/mpi/
H A Dmpi-bit.c272 void mpi_lshift(MPI x, MPI a, unsigned int n) in mpi_lshift() function
H A Dec.c145 mpi_lshift(w, u, 1); in ec_mul2()