Searched refs:new_areq (Results 1 – 2 of 2) sorted by relevance
510 struct crypto_async_request *new_areq) in mtk_aes_handle_queue() argument519 if (new_areq) in mtk_aes_handle_queue()520 ret = crypto_enqueue_request(&aes->queue, new_areq); in mtk_aes_handle_queue()
930 struct crypto_async_request *new_areq) in atmel_aes_handle_queue() argument939 if (new_areq) in atmel_aes_handle_queue()940 ret = crypto_enqueue_request(&dd->queue, new_areq); in atmel_aes_handle_queue()961 start_async = (areq != new_areq); in atmel_aes_handle_queue()