Lines Matching defs:crypto_shash_tfm
775 static inline struct crypto_tfm *crypto_shash_tfm(struct crypto_shash *tfm)
788 crypto_destroy_tfm(tfm, crypto_shash_tfm(tfm));
793 return crypto_tfm_alg_name(crypto_shash_tfm(tfm));
798 return crypto_tfm_alg_driver_name(crypto_shash_tfm(tfm));
804 return crypto_tfm_alg_alignmask(crypto_shash_tfm(tfm));
818 return crypto_tfm_alg_blocksize(crypto_shash_tfm(tfm));
828 return __crypto_shash_alg(crypto_shash_tfm(tfm)->__crt_alg);
852 return crypto_tfm_get_flags(crypto_shash_tfm(tfm));
857 crypto_tfm_set_flags(crypto_shash_tfm(tfm), flags);
862 crypto_tfm_clear_flags(crypto_shash_tfm(tfm), flags);