Home
last modified time | relevance | path

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

/linux/drivers/crypto/ti/
H A Ddthev2-common.h99 struct completion aes_compl; member
H A Ddthev2-aes.c259 complete(&rctx->aes_compl); in dthe_aes_dma_in_callback()
349 init_completion(&rctx->aes_compl); in dthe_aes_run()
366 ret = wait_for_completion_timeout(&rctx->aes_compl, msecs_to_jiffies(DTHE_DMA_TIMEOUT_MS)); in dthe_aes_run()