Searched refs:hisi_acc_sg_buf_map_to_hw_sgl (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/crypto/hisilicon/ |
A D | sgl.c | 219 hisi_acc_sg_buf_map_to_hw_sgl(struct device *dev, in hisi_acc_sg_buf_map_to_hw_sgl() function 267 EXPORT_SYMBOL_GPL(hisi_acc_sg_buf_map_to_hw_sgl);
|
A D | qm.h | 418 struct hisi_acc_hw_sgl *hisi_acc_sg_buf_map_to_hw_sgl(struct device *dev,
|
/linux/drivers/crypto/hisilicon/zip/ |
A D | zip_crypto.c | 344 req->hw_src = hisi_acc_sg_buf_map_to_hw_sgl(dev, a_req->src, pool, in hisi_zip_do_work() 352 req->hw_dst = hisi_acc_sg_buf_map_to_hw_sgl(dev, a_req->dst, pool, in hisi_zip_do_work()
|
/linux/drivers/crypto/hisilicon/sec2/ |
A D | sec_crypto.c | 953 req->in = hisi_acc_sg_buf_map_to_hw_sgl(dev, src, in sec_cipher_map() 974 c_req->c_out = hisi_acc_sg_buf_map_to_hw_sgl(dev, dst, in sec_cipher_map()
|
Completed in 12 milliseconds