Searched refs:mpi_write_to_sgl (Results 1 – 4 of 4) sorted by relevance
/linux/lib/crypto/mpi/ |
H A D | mpicoder.c | 247 int mpi_write_to_sgl(MPI a, struct scatterlist *sgl, unsigned nbytes, in mpi_write_to_sgl() function 315 EXPORT_SYMBOL_GPL(mpi_write_to_sgl);
|
/linux/crypto/ |
H A D | rsa.c | 145 ret = mpi_write_to_sgl(c, req->dst, req->dst_len, &sign); in rsa_enc() 184 ret = mpi_write_to_sgl(m, req->dst, req->dst_len, &sign); in rsa_dec()
|
H A D | dh.c | 237 ret = mpi_write_to_sgl(val, req->dst, req->dst_len, &sign); in dh_compute_value()
|
/linux/include/linux/ |
H A D | mpi.h | 58 int mpi_write_to_sgl(MPI a, struct scatterlist *sg, unsigned nbytes,
|