crypto_queue      178 include/crypto/algapi.h void crypto_init_queue(struct crypto_queue *queue, unsigned int max_qlen);
crypto_queue      179 include/crypto/algapi.h int crypto_enqueue_request(struct crypto_queue *queue,
crypto_queue      181 include/crypto/algapi.h void *__crypto_dequeue_request(struct crypto_queue *queue, unsigned int offset);
crypto_queue      182 include/crypto/algapi.h struct crypto_async_request *crypto_dequeue_request(struct crypto_queue *queue);
crypto_queue      183 include/crypto/algapi.h int crypto_tfm_in_queue(struct crypto_queue *queue, struct crypto_tfm *tfm);
crypto_queue      337 include/crypto/algapi.h 	struct crypto_queue *queue)
crypto_queue      343 include/crypto/algapi.h static inline int ablkcipher_enqueue_request(struct crypto_queue *queue,
crypto_queue      350 include/crypto/algapi.h 	struct crypto_queue *queue)
crypto_queue      360 include/crypto/algapi.h static inline int ablkcipher_tfm_in_queue(struct crypto_queue *queue,
crypto_queue      182 include/crypto/internal/hash.h static inline int ahash_enqueue_request(struct crypto_queue *queue,
crypto_queue      189 include/crypto/internal/hash.h 	struct crypto_queue *queue)
crypto_queue      194 include/crypto/internal/hash.h static inline int ahash_tfm_in_queue(struct crypto_queue *queue,
crypto_queue       76 include/crypto/internal/skcipher.h 	struct crypto_queue *queue, struct skcipher_givcrypt_request *request)
crypto_queue       82 include/crypto/internal/skcipher.h 	struct crypto_queue *queue)
crypto_queue       28 include/crypto/mcryptd.h 	struct crypto_queue queue;