Lines Matching defs:crypto_shash_tfm
721 static inline struct crypto_tfm *crypto_shash_tfm(struct crypto_shash *tfm)
734 crypto_destroy_tfm(tfm, crypto_shash_tfm(tfm));
739 return crypto_tfm_alg_name(crypto_shash_tfm(tfm));
744 return crypto_tfm_alg_driver_name(crypto_shash_tfm(tfm));
750 return crypto_tfm_alg_alignmask(crypto_shash_tfm(tfm));
764 return crypto_tfm_alg_blocksize(crypto_shash_tfm(tfm));
774 return __crypto_shash_alg(crypto_shash_tfm(tfm)->__crt_alg);
798 return crypto_tfm_get_flags(crypto_shash_tfm(tfm));
803 crypto_tfm_set_flags(crypto_shash_tfm(tfm), flags);
808 crypto_tfm_clear_flags(crypto_shash_tfm(tfm), flags);