Lines Matching defs:tfm
187 static inline struct cryptd_queue *cryptd_get_queue(struct crypto_tfm *tfm) in cryptd_get_queue()
242 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in cryptd_skcipher_complete() local
260 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in cryptd_skcipher_encrypt() local
288 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in cryptd_skcipher_decrypt() local
315 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in cryptd_skcipher_enqueue() local
335 static int cryptd_skcipher_init_tfm(struct crypto_skcipher *tfm) in cryptd_skcipher_init_tfm()
353 static void cryptd_skcipher_exit_tfm(struct crypto_skcipher *tfm) in cryptd_skcipher_exit_tfm()
425 static int cryptd_hash_init_tfm(struct crypto_tfm *tfm) in cryptd_hash_init_tfm()
444 static void cryptd_hash_exit_tfm(struct crypto_tfm *tfm) in cryptd_hash_exit_tfm()
467 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in cryptd_hash_enqueue() local
479 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in cryptd_hash_complete() local
618 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in cryptd_hash_import() local
721 struct crypto_aead *tfm; in cryptd_aead_crypt() local
770 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in cryptd_aead_enqueue() local
788 static int cryptd_aead_init_tfm(struct crypto_aead *tfm) in cryptd_aead_init_tfm()
807 static void cryptd_aead_exit_tfm(struct crypto_aead *tfm) in cryptd_aead_exit_tfm()
909 struct crypto_skcipher *tfm; in cryptd_alloc_skcipher() local
931 struct crypto_skcipher *cryptd_skcipher_child(struct cryptd_skcipher *tfm) in cryptd_skcipher_child()
939 bool cryptd_skcipher_queued(struct cryptd_skcipher *tfm) in cryptd_skcipher_queued()
947 void cryptd_free_skcipher(struct cryptd_skcipher *tfm) in cryptd_free_skcipher()
961 struct crypto_ahash *tfm; in cryptd_alloc_ahash() local
981 struct crypto_shash *cryptd_ahash_child(struct cryptd_ahash *tfm) in cryptd_ahash_child()
996 bool cryptd_ahash_queued(struct cryptd_ahash *tfm) in cryptd_ahash_queued()
1004 void cryptd_free_ahash(struct cryptd_ahash *tfm) in cryptd_free_ahash()
1018 struct crypto_aead *tfm; in cryptd_alloc_aead() local
1038 struct crypto_aead *cryptd_aead_child(struct cryptd_aead *tfm) in cryptd_aead_child()
1046 bool cryptd_aead_queued(struct cryptd_aead *tfm) in cryptd_aead_queued()
1054 void cryptd_free_aead(struct cryptd_aead *tfm) in cryptd_free_aead()