Searched refs:hisi_acc_sg_buf_map_to_hw_sgl (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/hisilicon/ |
D | sgl.c | 197 hisi_acc_sg_buf_map_to_hw_sgl(struct device *dev, in hisi_acc_sg_buf_map_to_hw_sgl() function 242 EXPORT_SYMBOL_GPL(hisi_acc_sg_buf_map_to_hw_sgl);
|
D | qm.h | 368 struct hisi_acc_hw_sgl *hisi_acc_sg_buf_map_to_hw_sgl(struct device *dev,
|
/kernel/linux/linux-5.10/drivers/crypto/hisilicon/zip/ |
D | zip_crypto.c | 537 req->hw_src = hisi_acc_sg_buf_map_to_hw_sgl(dev, a_req->src, pool, in hisi_zip_do_work() 546 req->hw_dst = hisi_acc_sg_buf_map_to_hw_sgl(dev, a_req->dst, pool, in hisi_zip_do_work()
|
/kernel/linux/linux-5.10/drivers/crypto/hisilicon/sec2/ |
D | sec_crypto.c | 775 c_req->c_in = hisi_acc_sg_buf_map_to_hw_sgl(dev, src, in sec_cipher_map() 789 c_req->c_out = hisi_acc_sg_buf_map_to_hw_sgl(dev, dst, in sec_cipher_map()
|