Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dmpi.h139 void mpi_lshift(MPI x, MPI a, unsigned int n);
/openbmc/linux/lib/crypto/mpi/
H A Dmpi-bit.c273 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()