Home
last modified time | relevance | path

Searched refs:crypto_init_queue (Results 1 – 17 of 17) sorted by relevance

/openbmc/linux/include/crypto/internal/
H A Daead.h136 crypto_init_queue(&queue->base, max_qlen); in aead_init_queue()
/openbmc/linux/include/crypto/
H A Dalgapi.h171 void crypto_init_queue(struct crypto_queue *queue, unsigned int max_qlen);
/openbmc/linux/drivers/crypto/qce/
H A Dcore.c255 crypto_init_queue(&qce->queue, QCE_QUEUE_LENGTH); in qce_crypto_probe()
/openbmc/linux/crypto/
H A Dalgapi.c942 void crypto_init_queue(struct crypto_queue *queue, unsigned int max_qlen) in crypto_init_queue() function
949 EXPORT_SYMBOL_GPL(crypto_init_queue);
H A Dcrypto_engine.c517 crypto_init_queue(&engine->queue, qlen); in crypto_engine_alloc_init_and_set()
H A Dcryptd.c111 crypto_init_queue(&cpu_queue->queue, max_cpu_qlen); in cryptd_init_queue()
/openbmc/linux/drivers/crypto/marvell/cesa/
H A Dcesa.c555 crypto_init_queue(&engine->queue, CESA_CRYPTO_DEFAULT_MAX_QLEN); in mv_cesa_probe()
/openbmc/linux/drivers/crypto/
H A Ds5p-sss.c2260 crypto_init_queue(&pdata->queue, CRYPTO_QUEUE_LEN); in s5p_aes_probe()
2271 crypto_init_queue(&pdata->hash_queue, SSS_HASH_QUEUE_LENGTH); in s5p_aes_probe()
H A Dimg-hash.c959 crypto_init_queue(&hdev->queue, IMG_HASH_QUEUE_LENGTH); in img_hash_probe()
H A Dmxs-dcp.c1064 crypto_init_queue(&sdcp->queue[i], 50); in mxs_dcp_probe()
H A Datmel-tdes.c1171 crypto_init_queue(&tdes_dd->queue, ATMEL_TDES_QUEUE_LENGTH); in atmel_tdes_probe()
H A Dsahara.c1417 crypto_init_queue(&dev->queue, SAHARA_QUEUE_LENGTH); in sahara_probe()
H A Domap-sham.c2079 crypto_init_queue(&dd->queue, OMAP_SHAM_QUEUE_LENGTH); in omap_sham_probe()
H A Dhifn_795x.c2538 crypto_init_queue(&dev->queue, 1); in hifn_probe()
H A Datmel-aes.c2565 crypto_init_queue(&aes_dd->queue, ATMEL_AES_QUEUE_LENGTH); in atmel_aes_probe()
H A Datmel-sha.c2604 crypto_init_queue(&sha_dd->queue, ATMEL_SHA_QUEUE_LENGTH); in atmel_sha_probe()
/openbmc/linux/drivers/crypto/inside-secure/
H A Dsafexcel.c1682 crypto_init_queue(&priv->ring[i].queue, in safexcel_probe_generic()