Lines Matching refs:tfm
26 struct crypto_ablkcipher *tfm) in __cryptd_ablkcipher_cast() argument
28 return (struct cryptd_ablkcipher *)tfm; in __cryptd_ablkcipher_cast()
34 struct crypto_blkcipher *cryptd_ablkcipher_child(struct cryptd_ablkcipher *tfm);
35 bool cryptd_ablkcipher_queued(struct cryptd_ablkcipher *tfm);
36 void cryptd_free_ablkcipher(struct cryptd_ablkcipher *tfm);
44 struct crypto_skcipher *cryptd_skcipher_child(struct cryptd_skcipher *tfm);
46 bool cryptd_skcipher_queued(struct cryptd_skcipher *tfm);
47 void cryptd_free_skcipher(struct cryptd_skcipher *tfm);
54 struct crypto_ahash *tfm) in __cryptd_ahash_cast() argument
56 return (struct cryptd_ahash *)tfm; in __cryptd_ahash_cast()
62 struct crypto_shash *cryptd_ahash_child(struct cryptd_ahash *tfm);
65 bool cryptd_ahash_queued(struct cryptd_ahash *tfm);
66 void cryptd_free_ahash(struct cryptd_ahash *tfm);
73 struct crypto_aead *tfm) in __cryptd_aead_cast() argument
75 return (struct cryptd_aead *)tfm; in __cryptd_aead_cast()
81 struct crypto_aead *cryptd_aead_child(struct cryptd_aead *tfm);
83 bool cryptd_aead_queued(struct cryptd_aead *tfm);
85 void cryptd_free_aead(struct cryptd_aead *tfm);