Home
last modified time | relevance | path

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

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

Completed in 5 milliseconds