Searched refs:new_areq (Results 1 – 2 of 2) sorted by relevance
493 struct crypto_async_request *new_areq) in mtk_aes_handle_queue() argument502 if (new_areq) in mtk_aes_handle_queue()503 ret = crypto_enqueue_request(&aes->queue, new_areq); in mtk_aes_handle_queue()
940 struct crypto_async_request *new_areq) in atmel_aes_handle_queue() argument949 if (new_areq) in atmel_aes_handle_queue()950 ret = crypto_enqueue_request(&dd->queue, new_areq); in atmel_aes_handle_queue()971 start_async = (areq != new_areq); in atmel_aes_handle_queue()