Home
last modified time | relevance | path

Searched refs:crypto_get_backlog (Results 1 – 11 of 11) sorted by relevance

/linux/include/crypto/
H A Dalgapi.h213 static inline struct crypto_async_request *crypto_get_backlog( in crypto_get_backlog() function
/linux/crypto/
H A Dcrypto_engine.c103 backlog = crypto_get_backlog(&engine->queue); in crypto_pump_requests()
H A Dcryptd.c177 backlog = crypto_get_backlog(&cpu_queue->queue); in cryptd_queue_worker()
/linux/drivers/crypto/
H A Dmxs-dcp.c424 backlog = crypto_get_backlog(&sdcp->queue[chan]); in dcp_chan_thread_aes()
754 backlog = crypto_get_backlog(&sdcp->queue[chan]); in dcp_chan_thread_sha()
H A Ds5p-sss.c1367 backlog = crypto_get_backlog(&dd->hash_queue); in s5p_hash_handle_queue()
1958 backlog = crypto_get_backlog(&dev->queue); in s5p_tasklet_cb()
H A Datmel-tdes.c571 backlog = crypto_get_backlog(&dd->queue); in atmel_tdes_handle_queue()
H A Dhifn_795x.c2032 backlog = crypto_get_backlog(&dev->queue); in hifn_process_queue()
H A Datmel-aes.c914 backlog = crypto_get_backlog(&dd->queue); in atmel_aes_handle_queue()
H A Datmel-sha.c1072 backlog = crypto_get_backlog(&dd->queue); in atmel_sha_handle_queue()
/linux/drivers/crypto/marvell/cesa/
H A Dcesa.c43 *backlog = crypto_get_backlog(&engine->queue); in mv_cesa_dequeue_req_locked()
/linux/drivers/crypto/inside-secure/
H A Dsafexcel.c836 backlog = crypto_get_backlog(&priv->ring[ring].queue); in safexcel_dequeue()