Home
last modified time | relevance | path

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

/linux/lib/crypto/mpi/
H A Dmpicoder.c234 * mpi_write_to_sgl() - Funnction exports MPI to an sgl (msb first)
248 int mpi_write_to_sgl(MPI a, struct scatterlist *sgl, unsigned nbytes, in mpi_write_to_sgl() function
316 EXPORT_SYMBOL_GPL(mpi_write_to_sgl);
/linux/include/linux/
H A Dmpi.h58 int mpi_write_to_sgl(MPI a, struct scatterlist *sg, unsigned nbytes,
/linux/crypto/
H A Ddh.c237 ret = mpi_write_to_sgl(val, req->dst, req->dst_len, &sign); in dh_compute_value()