crypto_queue      895 crypto/algapi.c void crypto_init_queue(struct crypto_queue *queue, unsigned int max_qlen)
crypto_queue      904 crypto/algapi.c int crypto_enqueue_request(struct crypto_queue *queue,
crypto_queue      927 crypto/algapi.c struct crypto_async_request *crypto_dequeue_request(struct crypto_queue *queue)
crypto_queue       37 crypto/cryptd.c 	struct crypto_queue queue;
crypto_queue      200 drivers/crypto/atmel-aes.c 	struct crypto_queue	queue;
crypto_queue      142 drivers/crypto/atmel-sha.c 	struct crypto_queue	queue;
crypto_queue      104 drivers/crypto/atmel-tdes.c 	struct crypto_queue	queue;
crypto_queue      427 drivers/crypto/hifn_795x.c 	struct crypto_queue	queue;
crypto_queue      131 drivers/crypto/img-hash.c 	struct crypto_queue	queue;
crypto_queue      629 drivers/crypto/inside-secure/safexcel.h 	struct crypto_queue queue;
crypto_queue      456 drivers/crypto/marvell/cesa.h 	struct crypto_queue queue;
crypto_queue      147 drivers/crypto/mediatek/mtk-platform.h 	struct crypto_queue queue;
crypto_queue      184 drivers/crypto/mediatek/mtk-platform.h 	struct crypto_queue queue;
crypto_queue       80 drivers/crypto/mxs-dcp.c 	struct crypto_queue		queue[DCP_MAX_CHANS];
crypto_queue      230 drivers/crypto/omap-sham.c 	struct crypto_queue	queue;
crypto_queue       30 drivers/crypto/qce/core.h 	struct crypto_queue queue;
crypto_queue      193 drivers/crypto/rockchip/rk3288_crypto.h 	struct crypto_queue		queue;
crypto_queue      315 drivers/crypto/s5p-sss.c 	struct crypto_queue		queue;
crypto_queue      324 drivers/crypto/s5p-sss.c 	struct crypto_queue		hash_queue;
crypto_queue      202 drivers/crypto/sahara.c 	struct crypto_queue	queue;
crypto_queue      188 include/crypto/algapi.h void crypto_init_queue(struct crypto_queue *queue, unsigned int max_qlen);
crypto_queue      189 include/crypto/algapi.h int crypto_enqueue_request(struct crypto_queue *queue,
crypto_queue      191 include/crypto/algapi.h struct crypto_async_request *crypto_dequeue_request(struct crypto_queue *queue);
crypto_queue      192 include/crypto/algapi.h static inline unsigned int crypto_queue_len(struct crypto_queue *queue)
crypto_queue      350 include/crypto/algapi.h 	struct crypto_queue *queue)
crypto_queue      356 include/crypto/algapi.h static inline int ablkcipher_enqueue_request(struct crypto_queue *queue,
crypto_queue      363 include/crypto/algapi.h 	struct crypto_queue *queue)
crypto_queue       52 include/crypto/engine.h 	struct crypto_queue	queue;
crypto_queue       34 include/crypto/internal/aead.h 	struct crypto_queue base;
crypto_queue      187 include/crypto/internal/hash.h static inline int ahash_enqueue_request(struct crypto_queue *queue,
crypto_queue      194 include/crypto/internal/hash.h 	struct crypto_queue *queue)