Home
last modified time | relevance | path

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

/linux/lib/crypto/mpi/
H A Dmpi-bit.c103 int mpi_rshift(MPI x, MPI a, unsigned int n) in mpi_rshift() function
175 EXPORT_SYMBOL_GPL(mpi_rshift);
/linux/include/linux/
H A Dmpi.h79 int mpi_rshift(MPI x, MPI a, unsigned int n);
/linux/crypto/
H A Ddh.c148 ret = mpi_rshift(q, ctx->p, 1) ?: in dh_is_pubkey_valid()