Home
last modified time | relevance | path

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

/openbmc/linux/include/crypto/
H A Dalgapi.h174 void crypto_enqueue_request_head(struct crypto_queue *queue,
/openbmc/linux/crypto/
H A Dalgapi.c974 void crypto_enqueue_request_head(struct crypto_queue *queue, in crypto_enqueue_request_head() function
983 EXPORT_SYMBOL_GPL(crypto_enqueue_request_head);
H A Dcrypto_engine.c183 crypto_enqueue_request_head(&engine->queue, async_req); in crypto_pump_requests()