crypto_shash_tfm   57 drivers/crypto/vmx/ghash.c 	struct p8_ghash_ctx *ctx = crypto_tfm_ctx(crypto_shash_tfm(tfm));
crypto_shash_tfm  120 drivers/crypto/vmx/ghash.c 	struct p8_ghash_ctx *ctx = crypto_tfm_ctx(crypto_shash_tfm(desc->tfm));
crypto_shash_tfm  155 drivers/crypto/vmx/ghash.c 	struct p8_ghash_ctx *ctx = crypto_tfm_ctx(crypto_shash_tfm(desc->tfm));
crypto_shash_tfm  709 include/crypto/hash.h 	crypto_destroy_tfm(tfm, crypto_shash_tfm(tfm));
crypto_shash_tfm  714 include/crypto/hash.h 	return crypto_tfm_alg_name(crypto_shash_tfm(tfm));
crypto_shash_tfm  719 include/crypto/hash.h 	return crypto_tfm_alg_driver_name(crypto_shash_tfm(tfm));
crypto_shash_tfm  725 include/crypto/hash.h 	return crypto_tfm_alg_alignmask(crypto_shash_tfm(tfm));
crypto_shash_tfm  739 include/crypto/hash.h 	return crypto_tfm_alg_blocksize(crypto_shash_tfm(tfm));
crypto_shash_tfm  749 include/crypto/hash.h 	return __crypto_shash_alg(crypto_shash_tfm(tfm)->__crt_alg);
crypto_shash_tfm  773 include/crypto/hash.h 	return crypto_tfm_get_flags(crypto_shash_tfm(tfm));
crypto_shash_tfm  778 include/crypto/hash.h 	crypto_tfm_set_flags(crypto_shash_tfm(tfm), flags);
crypto_shash_tfm  783 include/crypto/hash.h 	crypto_tfm_clear_flags(crypto_shash_tfm(tfm), flags);
crypto_shash_tfm  113 lib/crc-t10dif.c 		crypto_tfm_alg_driver_name(crypto_shash_tfm(crct10dif_tfm)));