Searched refs:mpi_rshift (Results 1 - 5 of 5) sorted by last modified time

/linux-master/crypto/
H A Ddh.c148 mpi_rshift(q, ctx->p, 1);
/linux-master/lib/crypto/mpi/
H A Dec.c1469 mpi_rshift(p_minus1, p_minus1, 1);
H A Dmpi-inv.c47 mpi_rshift(u, u, 1);
48 mpi_rshift(v, v, 1);
86 mpi_rshift(t1, t1, 1);
87 mpi_rshift(t2, t2, 1);
88 mpi_rshift(t3, t3, 1);
92 mpi_rshift(t1, t1, 1);
93 mpi_rshift(t3, t3, 1);
H A Dmpi-bit.c178 void mpi_rshift(MPI x, MPI a, unsigned int n) function
245 EXPORT_SYMBOL_GPL(mpi_rshift); variable
304 mpi_rshift(x, x, BITS_PER_MPI_LIMB - nbits);
/linux-master/include/linux/
H A Dmpi.h137 void mpi_rshift(MPI x, MPI a, unsigned int n);

Completed in 170 milliseconds