crypto_shash_tfm  273 include/crypto/hash.h 	crypto_destroy_tfm(tfm, crypto_shash_tfm(tfm));
crypto_shash_tfm  279 include/crypto/hash.h 	return crypto_tfm_alg_alignmask(crypto_shash_tfm(tfm));
crypto_shash_tfm  284 include/crypto/hash.h 	return crypto_tfm_alg_blocksize(crypto_shash_tfm(tfm));
crypto_shash_tfm  294 include/crypto/hash.h 	return __crypto_shash_alg(crypto_shash_tfm(tfm)->__crt_alg);
crypto_shash_tfm  309 include/crypto/hash.h 	return crypto_tfm_get_flags(crypto_shash_tfm(tfm));
crypto_shash_tfm  314 include/crypto/hash.h 	crypto_tfm_set_flags(crypto_shash_tfm(tfm), flags);
crypto_shash_tfm  319 include/crypto/hash.h 	crypto_tfm_clear_flags(crypto_shash_tfm(tfm), flags);