Home
last modified time | relevance | path

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

/openbmc/linux/crypto/
H A Drsa.c118 ret = mpi_write_to_sgl(c, req->dst, req->dst_len, &sign); in rsa_enc()
157 ret = mpi_write_to_sgl(m, req->dst, req->dst_len, &sign); in rsa_dec()
H A Ddh.c236 ret = mpi_write_to_sgl(val, req->dst, req->dst_len, &sign); in dh_compute_value()
/openbmc/linux/lib/crypto/mpi/
H A Dmpicoder.c354 int mpi_write_to_sgl(MPI a, struct scatterlist *sgl, unsigned nbytes, in mpi_write_to_sgl() function
422 EXPORT_SYMBOL_GPL(mpi_write_to_sgl);
/openbmc/linux/include/linux/
H A Dmpi.h100 int mpi_write_to_sgl(MPI a, struct scatterlist *sg, unsigned nbytes,