Searched refs:sec_cipher_to_hw_sgl (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/crypto/hisilicon/sec2/ |
| H A D | sec_crypto.c | 1066 static int sec_cipher_to_hw_sgl(struct device *dev, struct scatterlist *src, in sec_cipher_to_hw_sgl() function 1119 ret = sec_cipher_to_hw_sgl(dev, src, src_in, &req->buf.in_dma, in sec_cipher_map_sgl() 1125 ret = sec_cipher_to_hw_sgl(dev, src, src_in, &req->buf.in_dma, DMA_TO_DEVICE); in sec_cipher_map_sgl() 1129 ret = sec_cipher_to_hw_sgl(dev, dst, dst_out, &req->buf.out_dma, in sec_cipher_map_sgl()
|