Lines Matching refs:crypto_ahash_tfm
276 static inline struct crypto_tfm *crypto_ahash_tfm(struct crypto_ahash *tfm)
289 crypto_destroy_tfm(tfm, crypto_ahash_tfm(tfm));
306 return crypto_tfm_alg_name(crypto_ahash_tfm(tfm));
311 return crypto_tfm_alg_driver_name(crypto_ahash_tfm(tfm));
317 return crypto_tfm_alg_alignmask(crypto_ahash_tfm(tfm));
331 return crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm));
343 return __crypto_hash_alg_common(crypto_ahash_tfm(tfm)->__crt_alg);
378 return crypto_tfm_get_flags(crypto_ahash_tfm(tfm));
383 crypto_tfm_set_flags(crypto_ahash_tfm(tfm), flags);
388 crypto_tfm_clear_flags(crypto_ahash_tfm(tfm), flags);
584 req->base.tfm = crypto_ahash_tfm(tfm);