Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/hisilicon/
H A Dsgl.c277 void hisi_acc_sg_buf_unmap(struct device *dev, struct scatterlist *sgl, in hisi_acc_sg_buf_unmap() function
289 EXPORT_SYMBOL_GPL(hisi_acc_sg_buf_unmap);
/openbmc/linux/drivers/crypto/hisilicon/zip/
H A Dzip_crypto.c380 hisi_acc_sg_buf_unmap(dev, a_req->dst, req->hw_dst); in hisi_zip_do_work()
382 hisi_acc_sg_buf_unmap(dev, a_req->src, req->hw_src); in hisi_zip_do_work()
432 hisi_acc_sg_buf_unmap(dev, acomp_req->src, req->hw_src); in hisi_zip_acomp_cb()
433 hisi_acc_sg_buf_unmap(dev, acomp_req->dst, req->hw_dst); in hisi_zip_acomp_cb()
/openbmc/linux/include/linux/
H A Dhisi_acc_qm.h532 void hisi_acc_sg_buf_unmap(struct device *dev, struct scatterlist *sgl,
/openbmc/linux/drivers/crypto/hisilicon/sec2/
H A Dsec_crypto.c1031 hisi_acc_sg_buf_unmap(dev, src, req->in); in sec_cipher_map()
1049 hisi_acc_sg_buf_unmap(dev, src, req->in); in sec_cipher_unmap()
1051 hisi_acc_sg_buf_unmap(dev, dst, c_req->c_out); in sec_cipher_unmap()