crypto_tfm_in_queue 132 include/crypto/algapi.h int crypto_tfm_in_queue(struct crypto_queue *queue, struct crypto_tfm *tfm); crypto_tfm_in_queue 284 include/crypto/algapi.h return crypto_tfm_in_queue(queue, crypto_ablkcipher_tfm(tfm)); crypto_tfm_in_queue 74 include/crypto/internal/hash.h return crypto_tfm_in_queue(queue, crypto_ahash_tfm(tfm));