Lines Matching defs:tfm
186 static inline struct cryptd_queue *cryptd_get_queue(struct crypto_tfm *tfm) in cryptd_get_queue()
241 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in cryptd_skcipher_complete() local
259 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in cryptd_skcipher_encrypt() local
287 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in cryptd_skcipher_decrypt() local
314 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in cryptd_skcipher_enqueue() local
334 static int cryptd_skcipher_init_tfm(struct crypto_skcipher *tfm) in cryptd_skcipher_init_tfm()
352 static void cryptd_skcipher_exit_tfm(struct crypto_skcipher *tfm) in cryptd_skcipher_exit_tfm()
424 static int cryptd_hash_init_tfm(struct crypto_tfm *tfm) in cryptd_hash_init_tfm()
443 static void cryptd_hash_exit_tfm(struct crypto_tfm *tfm) in cryptd_hash_exit_tfm()
466 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in cryptd_hash_enqueue() local
478 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in cryptd_hash_complete() local
617 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in cryptd_hash_import() local
720 struct crypto_aead *tfm; in cryptd_aead_crypt() local
769 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in cryptd_aead_enqueue() local
787 static int cryptd_aead_init_tfm(struct crypto_aead *tfm) in cryptd_aead_init_tfm()
806 static void cryptd_aead_exit_tfm(struct crypto_aead *tfm) in cryptd_aead_exit_tfm()
908 struct crypto_skcipher *tfm; in cryptd_alloc_skcipher() local
930 struct crypto_skcipher *cryptd_skcipher_child(struct cryptd_skcipher *tfm) in cryptd_skcipher_child()
938 bool cryptd_skcipher_queued(struct cryptd_skcipher *tfm) in cryptd_skcipher_queued()
946 void cryptd_free_skcipher(struct cryptd_skcipher *tfm) in cryptd_free_skcipher()
960 struct crypto_ahash *tfm; in cryptd_alloc_ahash() local
980 struct crypto_shash *cryptd_ahash_child(struct cryptd_ahash *tfm) in cryptd_ahash_child()
995 bool cryptd_ahash_queued(struct cryptd_ahash *tfm) in cryptd_ahash_queued()
1003 void cryptd_free_ahash(struct cryptd_ahash *tfm) in cryptd_free_ahash()
1017 struct crypto_aead *tfm; in cryptd_alloc_aead() local
1037 struct crypto_aead *cryptd_aead_child(struct cryptd_aead *tfm) in cryptd_aead_child()
1045 bool cryptd_aead_queued(struct cryptd_aead *tfm) in cryptd_aead_queued()
1053 void cryptd_free_aead(struct cryptd_aead *tfm) in cryptd_free_aead()