crypto_hash_tfm    29 crypto/digest.c 	struct crypto_tfm *tfm = crypto_hash_tfm(desc->tfm);
crypto_hash_tfm    38 crypto/digest.c 	struct crypto_tfm *tfm = crypto_hash_tfm(desc->tfm);
crypto_hash_tfm    97 crypto/digest.c 	struct crypto_tfm *tfm = crypto_hash_tfm(desc->tfm);
crypto_hash_tfm   123 crypto/digest.c 	struct crypto_tfm *tfm = crypto_hash_tfm(hash);
crypto_hash_tfm    30 crypto/hash.c  	struct crypto_tfm *tfm = crypto_hash_tfm(crt);
crypto_hash_tfm    53 crypto/hash.c  	struct crypto_tfm *tfm = crypto_hash_tfm(crt);
crypto_hash_tfm  1197 include/linux/crypto.h 	crypto_free_tfm(crypto_hash_tfm(tfm));
crypto_hash_tfm  1212 include/linux/crypto.h 	return &crypto_hash_tfm(tfm)->crt_hash;
crypto_hash_tfm  1217 include/linux/crypto.h 	return crypto_tfm_alg_blocksize(crypto_hash_tfm(tfm));
crypto_hash_tfm  1222 include/linux/crypto.h 	return crypto_tfm_alg_alignmask(crypto_hash_tfm(tfm));
crypto_hash_tfm  1232 include/linux/crypto.h 	return crypto_tfm_get_flags(crypto_hash_tfm(tfm));
crypto_hash_tfm  1237 include/linux/crypto.h 	crypto_tfm_set_flags(crypto_hash_tfm(tfm), flags);
crypto_hash_tfm  1242 include/linux/crypto.h 	crypto_tfm_clear_flags(crypto_hash_tfm(tfm), flags);