Searched refs:crypto_init_queue (Results 1 – 16 of 16) sorted by relevance
/linux-6.12.1/include/crypto/internal/ |
D | aead.h | 136 crypto_init_queue(&queue->base, max_qlen); in aead_init_queue()
|
/linux-6.12.1/include/crypto/ |
D | algapi.h | 168 void crypto_init_queue(struct crypto_queue *queue, unsigned int max_qlen);
|
/linux-6.12.1/drivers/crypto/qce/ |
D | core.c | 255 crypto_init_queue(&qce->queue, QCE_QUEUE_LENGTH); in qce_crypto_probe()
|
/linux-6.12.1/crypto/ |
D | algapi.c | 902 void crypto_init_queue(struct crypto_queue *queue, unsigned int max_qlen) in crypto_init_queue() function 909 EXPORT_SYMBOL_GPL(crypto_init_queue);
|
D | crypto_engine.c | 517 crypto_init_queue(&engine->queue, qlen); in crypto_engine_alloc_init_and_set()
|
D | cryptd.c | 111 crypto_init_queue(&cpu_queue->queue, max_cpu_qlen); in cryptd_init_queue()
|
/linux-6.12.1/drivers/crypto/marvell/cesa/ |
D | cesa.c | 555 crypto_init_queue(&engine->queue, CESA_CRYPTO_DEFAULT_MAX_QLEN); in mv_cesa_probe()
|
/linux-6.12.1/drivers/crypto/ |
D | s5p-sss.c | 2254 crypto_init_queue(&pdata->queue, CRYPTO_QUEUE_LEN); in s5p_aes_probe() 2265 crypto_init_queue(&pdata->hash_queue, SSS_HASH_QUEUE_LENGTH); in s5p_aes_probe()
|
D | img-hash.c | 959 crypto_init_queue(&hdev->queue, IMG_HASH_QUEUE_LENGTH); in img_hash_probe()
|
D | atmel-tdes.c | 978 crypto_init_queue(&tdes_dd->queue, ATMEL_TDES_QUEUE_LENGTH); in atmel_tdes_probe()
|
D | mxs-dcp.c | 1145 crypto_init_queue(&sdcp->queue[i], 50); in mxs_dcp_probe()
|
D | omap-sham.c | 2067 crypto_init_queue(&dd->queue, OMAP_SHAM_QUEUE_LENGTH); in omap_sham_probe()
|
D | hifn_795x.c | 2406 crypto_init_queue(&dev->queue, 1); in hifn_probe()
|
D | atmel-aes.c | 2355 crypto_init_queue(&aes_dd->queue, ATMEL_AES_QUEUE_LENGTH); in atmel_aes_probe()
|
D | atmel-sha.c | 2602 crypto_init_queue(&sha_dd->queue, ATMEL_SHA_QUEUE_LENGTH); in atmel_sha_probe()
|
/linux-6.12.1/drivers/crypto/inside-secure/ |
D | safexcel.c | 1678 crypto_init_queue(&priv->ring[i].queue, in safexcel_probe_generic()
|