Lines Matching defs:tfm
125 struct crypto_tfm *tfm; in cryptd_enqueue_request() local
186 static inline struct cryptd_queue *cryptd_get_queue(struct crypto_tfm *tfm) in cryptd_get_queue()
232 struct crypto_ablkcipher *tfm; in cryptd_blkcipher_crypt() local
284 struct crypto_ablkcipher *tfm = crypto_ablkcipher_reqtfm(req); in cryptd_blkcipher_enqueue() local
304 static int cryptd_blkcipher_init_tfm(struct crypto_tfm *tfm) in cryptd_blkcipher_init_tfm()
322 static void cryptd_blkcipher_exit_tfm(struct crypto_tfm *tfm) in cryptd_blkcipher_exit_tfm()
435 static int cryptd_hash_init_tfm(struct crypto_tfm *tfm) in cryptd_hash_init_tfm()
454 static void cryptd_hash_exit_tfm(struct crypto_tfm *tfm) in cryptd_hash_exit_tfm()
481 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in cryptd_hash_enqueue() local
493 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in cryptd_hash_complete() local
634 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in cryptd_hash_import() local
735 struct crypto_aead *tfm; in cryptd_aead_crypt() local
784 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in cryptd_aead_enqueue() local
802 static int cryptd_aead_init_tfm(struct crypto_aead *tfm) in cryptd_aead_init_tfm()
821 static void cryptd_aead_exit_tfm(struct crypto_aead *tfm) in cryptd_aead_exit_tfm()
941 struct crypto_tfm *tfm; in cryptd_alloc_ablkcipher() local
964 struct crypto_blkcipher *cryptd_ablkcipher_child(struct cryptd_ablkcipher *tfm) in cryptd_ablkcipher_child()
971 bool cryptd_ablkcipher_queued(struct cryptd_ablkcipher *tfm) in cryptd_ablkcipher_queued()
979 void cryptd_free_ablkcipher(struct cryptd_ablkcipher *tfm) in cryptd_free_ablkcipher()
993 struct crypto_ahash *tfm; in cryptd_alloc_ahash() local
1013 struct crypto_shash *cryptd_ahash_child(struct cryptd_ahash *tfm) in cryptd_ahash_child()
1028 bool cryptd_ahash_queued(struct cryptd_ahash *tfm) in cryptd_ahash_queued()
1036 void cryptd_free_ahash(struct cryptd_ahash *tfm) in cryptd_free_ahash()
1050 struct crypto_aead *tfm; in cryptd_alloc_aead() local
1070 struct crypto_aead *cryptd_aead_child(struct cryptd_aead *tfm) in cryptd_aead_child()
1078 bool cryptd_aead_queued(struct cryptd_aead *tfm) in cryptd_aead_queued()
1086 void cryptd_free_aead(struct cryptd_aead *tfm) in cryptd_free_aead()