Lines Matching defs:tfm

187 static inline struct cryptd_queue *cryptd_get_queue(struct crypto_tfm *tfm)  in cryptd_get_queue()
270 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in cryptd_skcipher_complete() local
316 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in cryptd_skcipher_enqueue() local
339 static int cryptd_skcipher_init_tfm(struct crypto_skcipher *tfm) in cryptd_skcipher_init_tfm()
358 static void cryptd_skcipher_exit_tfm(struct crypto_skcipher *tfm) in cryptd_skcipher_exit_tfm()
430 static int cryptd_hash_init_tfm(struct crypto_ahash *tfm) in cryptd_hash_init_tfm()
450 struct crypto_ahash *tfm) in cryptd_hash_clone_tfm()
464 static void cryptd_hash_exit_tfm(struct crypto_ahash *tfm) in cryptd_hash_exit_tfm()
487 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in cryptd_hash_enqueue() local
516 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in cryptd_hash_complete() local
534 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in cryptd_hash_init() local
610 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in cryptd_hash_digest() local
641 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in cryptd_hash_import() local
745 struct crypto_aead *tfm; in cryptd_aead_crypt() local
812 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in cryptd_aead_enqueue() local
833 static int cryptd_aead_init_tfm(struct crypto_aead *tfm) in cryptd_aead_init_tfm()
852 static void cryptd_aead_exit_tfm(struct crypto_aead *tfm) in cryptd_aead_exit_tfm()
954 struct crypto_skcipher *tfm; in cryptd_alloc_skcipher() local
976 struct crypto_skcipher *cryptd_skcipher_child(struct cryptd_skcipher *tfm) in cryptd_skcipher_child()
984 bool cryptd_skcipher_queued(struct cryptd_skcipher *tfm) in cryptd_skcipher_queued()
992 void cryptd_free_skcipher(struct cryptd_skcipher *tfm) in cryptd_free_skcipher()
1006 struct crypto_ahash *tfm; in cryptd_alloc_ahash() local
1026 struct crypto_shash *cryptd_ahash_child(struct cryptd_ahash *tfm) in cryptd_ahash_child()
1041 bool cryptd_ahash_queued(struct cryptd_ahash *tfm) in cryptd_ahash_queued()
1049 void cryptd_free_ahash(struct cryptd_ahash *tfm) in cryptd_free_ahash()
1063 struct crypto_aead *tfm; in cryptd_alloc_aead() local
1083 struct crypto_aead *cryptd_aead_child(struct cryptd_aead *tfm) in cryptd_aead_child()
1091 bool cryptd_aead_queued(struct cryptd_aead *tfm) in cryptd_aead_queued()
1099 void cryptd_free_aead(struct cryptd_aead *tfm) in cryptd_free_aead()