Lines Matching refs:crypto_ahash_tfm
307 static inline struct crypto_tfm *crypto_ahash_tfm(struct crypto_ahash *tfm)
320 crypto_destroy_tfm(tfm, crypto_ahash_tfm(tfm));
337 return crypto_tfm_alg_name(crypto_ahash_tfm(tfm));
342 return crypto_tfm_alg_driver_name(crypto_ahash_tfm(tfm));
348 return crypto_tfm_alg_alignmask(crypto_ahash_tfm(tfm));
362 return crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm));
374 return __crypto_hash_alg_common(crypto_ahash_tfm(tfm)->__crt_alg);
409 return crypto_tfm_get_flags(crypto_ahash_tfm(tfm));
414 crypto_tfm_set_flags(crypto_ahash_tfm(tfm), flags);
419 crypto_tfm_clear_flags(crypto_ahash_tfm(tfm), flags);
634 req->base.tfm = crypto_ahash_tfm(tfm);