Searched refs:desc_aad_out (Results 1 – 1 of 1) sorted by relevance
880 struct dma_async_tx_descriptor *desc_in, *desc_out, *desc_aad_out; in dthe_aead_run() local962 desc_aad_out = dmaengine_prep_slave_sg(dev_data->dma_aes_tx, aad_sg, in dthe_aead_run()965 if (!desc_aad_out) { in dthe_aead_run()1020 desc_aad_out->callback = dthe_aead_dma_in_callback; in dthe_aead_run()1021 desc_aad_out->callback_param = req; in dthe_aead_run()1062 dmaengine_submit(desc_aad_out); in dthe_aead_run()