Searched refs:mpi_write_to_sgl (Results 1 – 3 of 3) sorted by relevance
234 * 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);
58 int mpi_write_to_sgl(MPI a, struct scatterlist *sg, unsigned nbytes,
237 ret = mpi_write_to_sgl(val, req->dst, req->dst_len, &sign); in dh_compute_value()