Home
last modified time | relevance | path

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

/linux/drivers/crypto/ti/
H A Ddthev2-aes.c351 struct dma_async_tx_descriptor *desc_in, *desc_out; in dthe_aes_run() local
435 desc_in = dmaengine_prep_slave_sg(dev_data->dma_aes_rx, dst, dst_mapped_nents, in dthe_aes_run()
437 if (!desc_in) { in dthe_aes_run()
451 desc_in->callback = dthe_aes_dma_in_callback; in dthe_aes_run()
452 desc_in->callback_param = req; in dthe_aes_run()
464 dmaengine_submit(desc_in); in dthe_aes_run()
880 struct dma_async_tx_descriptor *desc_in, *desc_out, *desc_aad_out; in dthe_aead_run() local
1007 desc_in = dmaengine_prep_slave_sg(dev_data->dma_aes_rx, dst, in dthe_aead_run()
1010 if (!desc_in) { in dthe_aead_run()
1016 desc_in->callback = dthe_aead_dma_in_callback; in dthe_aead_run()
[all …]