Lines Matching defs:tfm
199 static inline struct cryptd_queue *cryptd_get_queue(struct crypto_tfm *tfm) in cryptd_get_queue()
245 struct crypto_ablkcipher *tfm; in cryptd_blkcipher_crypt() local
297 struct crypto_ablkcipher *tfm = crypto_ablkcipher_reqtfm(req); in cryptd_blkcipher_enqueue() local
317 static int cryptd_blkcipher_init_tfm(struct crypto_tfm *tfm) in cryptd_blkcipher_init_tfm()
335 static void cryptd_blkcipher_exit_tfm(struct crypto_tfm *tfm) in cryptd_blkcipher_exit_tfm()
466 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in cryptd_skcipher_complete() local
484 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in cryptd_skcipher_encrypt() local
512 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in cryptd_skcipher_decrypt() local
539 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in cryptd_skcipher_enqueue() local
559 static int cryptd_skcipher_init_tfm(struct crypto_skcipher *tfm) in cryptd_skcipher_init_tfm()
577 static void cryptd_skcipher_exit_tfm(struct crypto_skcipher *tfm) in cryptd_skcipher_exit_tfm()
658 static int cryptd_hash_init_tfm(struct crypto_tfm *tfm) in cryptd_hash_init_tfm()
677 static void cryptd_hash_exit_tfm(struct crypto_tfm *tfm) in cryptd_hash_exit_tfm()
704 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in cryptd_hash_enqueue() local
716 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in cryptd_hash_complete() local
857 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in cryptd_hash_import() local
958 struct crypto_aead *tfm; in cryptd_aead_crypt() local
1007 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in cryptd_aead_enqueue() local
1025 static int cryptd_aead_init_tfm(struct crypto_aead *tfm) in cryptd_aead_init_tfm()
1044 static void cryptd_aead_exit_tfm(struct crypto_aead *tfm) in cryptd_aead_exit_tfm()
1168 struct crypto_tfm *tfm; in cryptd_alloc_ablkcipher() local
1191 struct crypto_blkcipher *cryptd_ablkcipher_child(struct cryptd_ablkcipher *tfm) in cryptd_ablkcipher_child()
1198 bool cryptd_ablkcipher_queued(struct cryptd_ablkcipher *tfm) in cryptd_ablkcipher_queued()
1206 void cryptd_free_ablkcipher(struct cryptd_ablkcipher *tfm) in cryptd_free_ablkcipher()
1220 struct crypto_skcipher *tfm; in cryptd_alloc_skcipher() local
1242 struct crypto_skcipher *cryptd_skcipher_child(struct cryptd_skcipher *tfm) in cryptd_skcipher_child()
1250 bool cryptd_skcipher_queued(struct cryptd_skcipher *tfm) in cryptd_skcipher_queued()
1258 void cryptd_free_skcipher(struct cryptd_skcipher *tfm) in cryptd_free_skcipher()
1272 struct crypto_ahash *tfm; in cryptd_alloc_ahash() local
1292 struct crypto_shash *cryptd_ahash_child(struct cryptd_ahash *tfm) in cryptd_ahash_child()
1307 bool cryptd_ahash_queued(struct cryptd_ahash *tfm) in cryptd_ahash_queued()
1315 void cryptd_free_ahash(struct cryptd_ahash *tfm) in cryptd_free_ahash()
1329 struct crypto_aead *tfm; in cryptd_alloc_aead() local
1349 struct crypto_aead *cryptd_aead_child(struct cryptd_aead *tfm) in cryptd_aead_child()
1357 bool cryptd_aead_queued(struct cryptd_aead *tfm) in cryptd_aead_queued()
1365 void cryptd_free_aead(struct cryptd_aead *tfm) in cryptd_free_aead()