Home
last modified time | relevance | path

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

/crypto/
Dcrypto_engine.c113 async_req = crypto_dequeue_request(&engine->queue); in crypto_pump_requests()
Dalgapi.c917 struct crypto_async_request *crypto_dequeue_request(struct crypto_queue *queue) in crypto_dequeue_request() function
934 EXPORT_SYMBOL_GPL(crypto_dequeue_request);
Dcryptd.c172 req = crypto_dequeue_request(&cpu_queue->queue); in cryptd_queue_worker()