Searched refs:crypto_init_queue (Results 1 – 21 of 21) sorted by relevance
/linux-4.4.14/include/crypto/internal/ |
D | aead.h | 128 crypto_init_queue(&queue->base, max_qlen); in aead_init_queue()
|
/linux-4.4.14/drivers/crypto/qce/ |
D | core.c | 231 crypto_init_queue(&qce->queue, QCE_QUEUE_LENGTH); in qce_crypto_probe()
|
/linux-4.4.14/crypto/ |
D | chainiv.c | 238 crypto_init_queue(&ctx->queue, 100); in async_chainiv_init()
|
D | algapi.c | 875 void crypto_init_queue(struct crypto_queue *queue, unsigned int max_qlen) in crypto_init_queue() function 882 EXPORT_SYMBOL_GPL(crypto_init_queue);
|
D | mcryptd.c | 81 crypto_init_queue(&cpu_queue->queue, max_cpu_qlen); in mcryptd_init_queue()
|
D | cryptd.c | 98 crypto_init_queue(&cpu_queue->queue, max_cpu_qlen); in cryptd_init_queue()
|
/linux-4.4.14/include/crypto/ |
D | algapi.h | 182 void crypto_init_queue(struct crypto_queue *queue, unsigned int max_qlen);
|
/linux-4.4.14/drivers/crypto/marvell/ |
D | cesa.c | 419 crypto_init_queue(&cesa->queue, 50); in mv_cesa_probe()
|
/linux-4.4.14/drivers/crypto/ |
D | s5p-sss.c | 696 crypto_init_queue(&pdata->queue, CRYPTO_QUEUE_LEN); in s5p_aes_probe()
|
D | bfin_crc.c | 588 crypto_init_queue(&crc->queue, CRC_CCRYPTO_QUEUE_LENGTH); in bfin_crypto_crc_probe()
|
D | mxs-dcp.c | 989 crypto_init_queue(&sdcp->queue[i], 50); in mxs_dcp_probe()
|
D | img-hash.c | 900 crypto_init_queue(&hdev->queue, IMG_HASH_QUEUE_LENGTH); in img_hash_probe()
|
D | omap-des.c | 1068 crypto_init_queue(&dd->queue, OMAP_DES_QUEUE_LENGTH); in omap_des_probe()
|
D | mv_cesa.c | 1081 crypto_init_queue(&cp->queue, 50); in mv_probe()
|
D | omap-aes.c | 1181 crypto_init_queue(&dd->queue, OMAP_AES_QUEUE_LENGTH); in omap_aes_probe()
|
D | atmel-aes.c | 1362 crypto_init_queue(&aes_dd->queue, ATMEL_AES_QUEUE_LENGTH); in atmel_aes_probe()
|
D | atmel-tdes.c | 1383 crypto_init_queue(&tdes_dd->queue, ATMEL_TDES_QUEUE_LENGTH); in atmel_tdes_probe()
|
D | atmel-sha.c | 1371 crypto_init_queue(&sha_dd->queue, ATMEL_SHA_QUEUE_LENGTH); in atmel_sha_probe()
|
D | sahara.c | 1499 crypto_init_queue(&dev->queue, SAHARA_QUEUE_LENGTH); in sahara_probe()
|
D | omap-sham.c | 1924 crypto_init_queue(&dd->queue, OMAP_SHAM_QUEUE_LENGTH); in omap_sham_probe()
|
D | hifn_795x.c | 2636 crypto_init_queue(&dev->queue, 1); in hifn_probe()
|