Searched refs:sec_cipher_put_hw_sgl (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/crypto/hisilicon/sec2/ |
| H A D | sec_crypto.c | 1104 static void sec_cipher_put_hw_sgl(struct device *dev, struct scatterlist *src, in sec_cipher_put_hw_sgl() function 1132 sec_cipher_put_hw_sgl(dev, src, req->buf.in_dma, DMA_TO_DEVICE); in sec_cipher_map_sgl() 1302 sec_cipher_put_hw_sgl(dev, dst, req->buf.out_dma, DMA_FROM_DEVICE); in sec_cipher_unmap() 1303 sec_cipher_put_hw_sgl(dev, src, req->buf.in_dma, DMA_TO_DEVICE); in sec_cipher_unmap() 1305 sec_cipher_put_hw_sgl(dev, src, req->buf.in_dma, DMA_BIDIRECTIONAL); in sec_cipher_unmap()
|