Home
last modified time | relevance | path

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

/linux/lib/crypto/mpi/
H A Dmpicoder.c319 * mpi_read_raw_from_sgl() - Function allocates an MPI and populates it with
331 MPI mpi_read_raw_from_sgl(struct scatterlist *sgl, unsigned int nbytes) in mpi_read_raw_from_sgl() function
417 EXPORT_SYMBOL_GPL(mpi_read_raw_from_sgl);
/linux/include/linux/
H A Dmpi.h54 MPI mpi_read_raw_from_sgl(struct scatterlist *sgl, unsigned int len);
/linux/crypto/
H A Ddh.c184 base = mpi_read_raw_from_sgl(req->src, req->src_len); in dh_compute_value()