Home
last modified time | relevance | path

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

/linux/drivers/crypto/ti/
H A Ddthev2-aes.c348 enum dma_data_direction src_dir, dst_dir; in dthe_aes_run() local
369 dst_dir = DMA_BIDIRECTIONAL; in dthe_aes_run()
373 dst_dir = DMA_FROM_DEVICE; in dthe_aes_run()
428 dst_mapped_nents = dma_map_sg(rx_dev, dst, dst_nents, dst_dir); in dthe_aes_run()
494 if (dst_dir != DMA_BIDIRECTIONAL) in dthe_aes_run()
495 dma_unmap_sg(rx_dev, dst, dst_nents, dst_dir); in dthe_aes_run()
877 enum dma_data_direction aad_dir, src_dir, dst_dir; in dthe_aead_run() local
911 dst_dir = DMA_BIDIRECTIONAL; in dthe_aead_run()
915 dst_dir = DMA_FROM_DEVICE; in dthe_aead_run()
995 dst_mapped_nents = dma_map_sg(rx_dev, dst, dst_nents, dst_dir); in dthe_aead_run()
[all …]