Home
last modified time | relevance | path

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

/linux/drivers/crypto/ti/
H A Ddthev2-aes.c868 int aad_mapped_nents = 0; in dthe_aead_run() local
954 aad_mapped_nents = dma_map_sg(tx_dev, aad_sg, aad_nents, aad_dir); in dthe_aead_run()
955 if (aad_mapped_nents == 0) { in dthe_aead_run()
963 aad_mapped_nents, DMA_MEM_TO_DEV, in dthe_aead_run()