Home
last modified time | relevance | path

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

/drivers/crypto/hisilicon/
Dsgl.c278 void hisi_acc_sg_buf_unmap(struct device *dev, struct scatterlist *sgl, in hisi_acc_sg_buf_unmap() function
290 EXPORT_SYMBOL_GPL(hisi_acc_sg_buf_unmap);
/drivers/crypto/hisilicon/zip/
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()
/drivers/crypto/hisilicon/sec2/
Dsec_crypto.c1030 hisi_acc_sg_buf_unmap(dev, src, req->in); in sec_cipher_map()
1048 hisi_acc_sg_buf_unmap(dev, src, req->in); in sec_cipher_unmap()
1050 hisi_acc_sg_buf_unmap(dev, dst, c_req->c_out); in sec_cipher_unmap()