Lines Matching defs:tfm
164 static inline struct cryptd_queue *cryptd_get_queue(struct crypto_tfm *tfm) in cryptd_get_queue()
253 struct crypto_ablkcipher *tfm = crypto_ablkcipher_reqtfm(req); in cryptd_blkcipher_enqueue() local
273 static int cryptd_blkcipher_init_tfm(struct crypto_tfm *tfm) in cryptd_blkcipher_init_tfm()
291 static void cryptd_blkcipher_exit_tfm(struct crypto_tfm *tfm) in cryptd_blkcipher_exit_tfm()
394 static int cryptd_hash_init_tfm(struct crypto_tfm *tfm) in cryptd_hash_init_tfm()
413 static void cryptd_hash_exit_tfm(struct crypto_tfm *tfm) in cryptd_hash_exit_tfm()
440 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in cryptd_hash_enqueue() local
700 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in cryptd_aead_enqueue() local
718 static int cryptd_aead_init_tfm(struct crypto_tfm *tfm) in cryptd_aead_init_tfm()
736 static void cryptd_aead_exit_tfm(struct crypto_tfm *tfm) in cryptd_aead_exit_tfm()
855 struct crypto_tfm *tfm; in cryptd_alloc_ablkcipher() local
876 struct crypto_blkcipher *cryptd_ablkcipher_child(struct cryptd_ablkcipher *tfm) in cryptd_ablkcipher_child()
883 void cryptd_free_ablkcipher(struct cryptd_ablkcipher *tfm) in cryptd_free_ablkcipher()
893 struct crypto_ahash *tfm; in cryptd_alloc_ahash() local
910 struct crypto_shash *cryptd_ahash_child(struct cryptd_ahash *tfm) in cryptd_ahash_child()
925 void cryptd_free_ahash(struct cryptd_ahash *tfm) in cryptd_free_ahash()
935 struct crypto_aead *tfm; in cryptd_alloc_aead() local
951 struct crypto_aead *cryptd_aead_child(struct cryptd_aead *tfm) in cryptd_aead_child()
959 void cryptd_free_aead(struct cryptd_aead *tfm) in cryptd_free_aead()