Home
last modified time | relevance | path

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

/Linux-v4.19/include/crypto/internal/
Daead.h134 crypto_init_queue(&queue->base, max_qlen); in aead_init_queue()
/Linux-v4.19/drivers/crypto/qce/
Dcore.c232 crypto_init_queue(&qce->queue, QCE_QUEUE_LENGTH); in qce_crypto_probe()
/Linux-v4.19/crypto/
Dcrypto_engine.c453 crypto_init_queue(&engine->queue, CRYPTO_ENGINE_MAX_QLEN); in crypto_engine_alloc_init()
Dalgapi.c894 void crypto_init_queue(struct crypto_queue *queue, unsigned int max_qlen) in crypto_init_queue() function
901 EXPORT_SYMBOL_GPL(crypto_init_queue);
Dmcryptd.c81 crypto_init_queue(&cpu_queue->queue, max_cpu_qlen); in mcryptd_init_queue()
Dcryptd.c118 crypto_init_queue(&cpu_queue->queue, max_cpu_qlen); in cryptd_init_queue()
/Linux-v4.19/include/crypto/
Dalgapi.h191 void crypto_init_queue(struct crypto_queue *queue, unsigned int max_qlen);
/Linux-v4.19/drivers/crypto/rockchip/
Drk3288_crypto.c400 crypto_init_queue(&crypto_info->queue, 50); in rk_crypto_probe()
/Linux-v4.19/drivers/crypto/marvell/
Dcesa.c554 crypto_init_queue(&engine->queue, CESA_CRYPTO_DEFAULT_MAX_QLEN); in mv_cesa_probe()
/Linux-v4.19/drivers/crypto/
Dmxc-scc.c706 crypto_init_queue(&scc->queue, 50); in mxc_scc_probe()
Ds5p-sss.c2232 crypto_init_queue(&pdata->queue, CRYPTO_QUEUE_LEN); in s5p_aes_probe()
2243 crypto_init_queue(&pdata->hash_queue, SSS_HASH_QUEUE_LENGTH); in s5p_aes_probe()
Dmxs-dcp.c1009 crypto_init_queue(&sdcp->queue[i], 50); in mxs_dcp_probe()
Dimg-hash.c961 crypto_init_queue(&hdev->queue, IMG_HASH_QUEUE_LENGTH); in img_hash_probe()
Datmel-tdes.c1359 crypto_init_queue(&tdes_dd->queue, ATMEL_TDES_QUEUE_LENGTH); in atmel_tdes_probe()
Dsahara.c1483 crypto_init_queue(&dev->queue, SAHARA_QUEUE_LENGTH); in sahara_probe()
Domap-sham.c2109 crypto_init_queue(&dd->queue, OMAP_SHAM_QUEUE_LENGTH); in omap_sham_probe()
Dhifn_795x.c2535 crypto_init_queue(&dev->queue, 1); in hifn_probe()
Datmel-aes.c2665 crypto_init_queue(&aes_dd->queue, ATMEL_AES_QUEUE_LENGTH); in atmel_aes_probe()
Datmel-sha.c2771 crypto_init_queue(&sha_dd->queue, ATMEL_SHA_QUEUE_LENGTH); in atmel_sha_probe()
/Linux-v4.19/drivers/crypto/inside-secure/
Dsafexcel.c1108 crypto_init_queue(&priv->ring[i].queue, in safexcel_probe()
/Linux-v4.19/drivers/crypto/mediatek/
Dmtk-aes.c1161 crypto_init_queue(&aes[i]->queue, AES_QUEUE_SIZE); in mtk_aes_record_init()
Dmtk-sha.c1226 crypto_init_queue(&sha[i]->queue, SHA_QUEUE_SIZE); in mtk_sha_record_init()