Lines Matching refs:tfm
24 struct crypto_ablkcipher *tfm) in __cryptd_ablkcipher_cast() argument
26 return (struct cryptd_ablkcipher *)tfm; in __cryptd_ablkcipher_cast()
32 struct crypto_blkcipher *cryptd_ablkcipher_child(struct cryptd_ablkcipher *tfm);
33 void cryptd_free_ablkcipher(struct cryptd_ablkcipher *tfm);
40 struct crypto_ahash *tfm) in __cryptd_ahash_cast() argument
42 return (struct cryptd_ahash *)tfm; in __cryptd_ahash_cast()
48 struct crypto_shash *cryptd_ahash_child(struct cryptd_ahash *tfm);
50 void cryptd_free_ahash(struct cryptd_ahash *tfm);
57 struct crypto_aead *tfm) in __cryptd_aead_cast() argument
59 return (struct cryptd_aead *)tfm; in __cryptd_aead_cast()
65 struct crypto_aead *cryptd_aead_child(struct cryptd_aead *tfm);
67 void cryptd_free_aead(struct cryptd_aead *tfm);