Lines Matching refs:tfm
25 struct crypto_ablkcipher *tfm) in __cryptd_ablkcipher_cast() argument
27 return (struct cryptd_ablkcipher *)tfm; in __cryptd_ablkcipher_cast()
33 struct crypto_blkcipher *cryptd_ablkcipher_child(struct cryptd_ablkcipher *tfm);
34 void cryptd_free_ablkcipher(struct cryptd_ablkcipher *tfm);
41 struct crypto_ahash *tfm) in __cryptd_ahash_cast() argument
43 return (struct cryptd_ahash *)tfm; in __cryptd_ahash_cast()
49 struct crypto_shash *cryptd_ahash_child(struct cryptd_ahash *tfm);
51 void cryptd_free_ahash(struct cryptd_ahash *tfm);
58 struct crypto_aead *tfm) in __cryptd_aead_cast() argument
60 return (struct cryptd_aead *)tfm; in __cryptd_aead_cast()
66 struct crypto_aead *cryptd_aead_child(struct cryptd_aead *tfm);
68 void cryptd_free_aead(struct cryptd_aead *tfm);