Searched refs:hisi_acc_sg_buf_unmap (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/crypto/hisilicon/ |
| H A 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);
|
| H A D | qm.h | 371 void hisi_acc_sg_buf_unmap(struct device *dev, struct scatterlist *sgl,
|
| /OK3568_Linux_fs/kernel/drivers/crypto/hisilicon/zip/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/hisilicon/sec2/ |
| H A D | sec_crypto.c | 793 hisi_acc_sg_buf_unmap(dev, src, c_req->c_in); in sec_cipher_map() 811 hisi_acc_sg_buf_unmap(dev, src, c_req->c_in); in sec_cipher_unmap() 813 hisi_acc_sg_buf_unmap(dev, dst, c_req->c_out); in sec_cipher_unmap()
|