Searched refs:hisi_acc_sg_buf_unmap (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/drivers/crypto/hisilicon/ |
D | sgl.c | 254 void hisi_acc_sg_buf_unmap(struct device *dev, struct scatterlist *sgl, in hisi_acc_sg_buf_unmap() function 266 EXPORT_SYMBOL_GPL(hisi_acc_sg_buf_unmap);
|
D | qm.h | 371 void hisi_acc_sg_buf_unmap(struct device *dev, struct scatterlist *sgl,
|
/Linux-v5.10/drivers/crypto/hisilicon/zip/ |
D | zip_crypto.c | 373 hisi_acc_sg_buf_unmap(dev, acomp_req->src, req->hw_src); in hisi_zip_acomp_cb() 374 hisi_acc_sg_buf_unmap(dev, acomp_req->dst, req->hw_dst); in hisi_zip_acomp_cb() 575 hisi_acc_sg_buf_unmap(dev, a_req->dst, req->hw_dst); in hisi_zip_do_work() 577 hisi_acc_sg_buf_unmap(dev, a_req->src, req->hw_src); in hisi_zip_do_work()
|
/Linux-v5.10/drivers/crypto/hisilicon/sec2/ |
D | sec_crypto.c | 796 hisi_acc_sg_buf_unmap(dev, src, c_req->c_in); in sec_cipher_map() 814 hisi_acc_sg_buf_unmap(dev, src, c_req->c_in); in sec_cipher_unmap() 816 hisi_acc_sg_buf_unmap(dev, dst, c_req->c_out); in sec_cipher_unmap()
|