Lines Matching refs:tfm
28 struct crypto_skcipher *cryptd_skcipher_child(struct cryptd_skcipher *tfm);
30 bool cryptd_skcipher_queued(struct cryptd_skcipher *tfm);
31 void cryptd_free_skcipher(struct cryptd_skcipher *tfm);
38 struct crypto_ahash *tfm) in __cryptd_ahash_cast() argument
40 return (struct cryptd_ahash *)tfm; in __cryptd_ahash_cast()
46 struct crypto_shash *cryptd_ahash_child(struct cryptd_ahash *tfm);
49 bool cryptd_ahash_queued(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 bool cryptd_aead_queued(struct cryptd_aead *tfm);
69 void cryptd_free_aead(struct cryptd_aead *tfm);