Home
last modified time | relevance | path

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

/linux-6.14.4/include/crypto/
Dalgapi.h171 void crypto_enqueue_request_head(struct crypto_queue *queue,
/linux-6.14.4/crypto/
Dalgapi.c933 void crypto_enqueue_request_head(struct crypto_queue *queue, in crypto_enqueue_request_head() function
942 EXPORT_SYMBOL_GPL(crypto_enqueue_request_head);
Dcrypto_engine.c183 crypto_enqueue_request_head(&engine->queue, async_req); in crypto_pump_requests()