/kernel/linux/linux-5.10/include/crypto/internal/ |
H A D | aead.h | 114 crypto_init_queue(&queue->base, max_qlen); in aead_init_queue()
|
/kernel/linux/linux-6.6/include/crypto/internal/ |
H A D | aead.h | 136 crypto_init_queue(&queue->base, max_qlen); in aead_init_queue()
|
/kernel/linux/linux-5.10/drivers/crypto/qce/ |
H A D | core.c | 227 crypto_init_queue(&qce->queue, QCE_QUEUE_LENGTH); in qce_crypto_probe()
|
/kernel/linux/linux-5.10/include/crypto/ |
H A D | algapi.h | 128 void crypto_init_queue(struct crypto_queue *queue, unsigned int max_qlen);
|
/kernel/linux/linux-6.6/include/crypto/ |
H A D | algapi.h | 171 void crypto_init_queue(struct crypto_queue *queue, unsigned int max_qlen);
|
/kernel/linux/linux-5.10/crypto/ |
H A D | crypto_engine.c | 511 crypto_init_queue(&engine->queue, qlen); in crypto_engine_alloc_init_and_set()
|
H A D | algapi.c | 919 void crypto_init_queue(struct crypto_queue *queue, unsigned int max_qlen) in crypto_init_queue() function 926 EXPORT_SYMBOL_GPL(crypto_init_queue); variable
|
H A D | cryptd.c | 111 crypto_init_queue(&cpu_queue->queue, max_cpu_qlen); in cryptd_init_queue()
|
/kernel/linux/linux-6.6/drivers/crypto/qce/ |
H A D | core.c | 255 crypto_init_queue(&qce->queue, QCE_QUEUE_LENGTH); in qce_crypto_probe()
|
/kernel/linux/linux-6.6/crypto/ |
H A D | algapi.c | 942 void crypto_init_queue(struct crypto_queue *queue, unsigned int max_qlen) in crypto_init_queue() function 949 EXPORT_SYMBOL_GPL(crypto_init_queue); variable
|
H A D | crypto_engine.c | 517 crypto_init_queue(&engine->queue, qlen); in crypto_engine_alloc_init_and_set()
|
H A D | cryptd.c | 111 crypto_init_queue(&cpu_queue->queue, max_cpu_qlen); in cryptd_init_queue()
|
/kernel/linux/linux-5.10/drivers/crypto/marvell/cesa/ |
H A D | cesa.c | 555 crypto_init_queue(&engine->queue, CESA_CRYPTO_DEFAULT_MAX_QLEN); in mv_cesa_probe()
|
/kernel/linux/linux-6.6/drivers/crypto/marvell/cesa/ |
H A D | cesa.c | 555 crypto_init_queue(&engine->queue, CESA_CRYPTO_DEFAULT_MAX_QLEN); in mv_cesa_probe()
|
/kernel/linux/linux-5.10/drivers/crypto/ |
H A D | s5p-sss.c | 2263 crypto_init_queue(&pdata->queue, CRYPTO_QUEUE_LEN); in s5p_aes_probe() 2274 crypto_init_queue(&pdata->hash_queue, SSS_HASH_QUEUE_LENGTH); in s5p_aes_probe()
|
H A D | mxs-dcp.c | 1069 crypto_init_queue(&sdcp->queue[i], 50); in mxs_dcp_probe()
|
H A D | atmel-tdes.c | 1185 crypto_init_queue(&tdes_dd->queue, ATMEL_TDES_QUEUE_LENGTH); in atmel_tdes_probe()
|
H A D | img-hash.c | 963 crypto_init_queue(&hdev->queue, IMG_HASH_QUEUE_LENGTH); in img_hash_probe()
|
H A D | sahara.c | 1423 crypto_init_queue(&dev->queue, SAHARA_QUEUE_LENGTH); in sahara_probe()
|
/kernel/linux/linux-6.6/drivers/crypto/ |
H A D | s5p-sss.c | 2260 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 D | atmel-tdes.c | 1171 crypto_init_queue(&tdes_dd->queue, ATMEL_TDES_QUEUE_LENGTH); in atmel_tdes_probe()
|
H A D | img-hash.c | 959 crypto_init_queue(&hdev->queue, IMG_HASH_QUEUE_LENGTH); in img_hash_probe()
|
H A D | mxs-dcp.c | 1064 crypto_init_queue(&sdcp->queue[i], 50); in mxs_dcp_probe()
|
/kernel/linux/linux-5.10/drivers/crypto/mediatek/ |
H A D | mtk-aes.c | 1143 crypto_init_queue(&aes[i]->queue, AES_QUEUE_SIZE); in mtk_aes_record_init()
|
H A D | mtk-sha.c | 1219 crypto_init_queue(&sha[i]->queue, SHA_QUEUE_SIZE); in mtk_sha_record_init()
|