Searched refs:crypto_hash_tfm (Results 1 – 2 of 2) sorted by relevance
2151 static inline struct crypto_tfm *crypto_hash_tfm(struct crypto_hash *tfm) in crypto_hash_tfm() function2162 crypto_free_tfm(crypto_hash_tfm(tfm)); in crypto_free_hash()2187 return &crypto_hash_tfm(tfm)->crt_hash; in crypto_hash_crt()2201 return crypto_tfm_alg_blocksize(crypto_hash_tfm(tfm)); in crypto_hash_blocksize()2206 return crypto_tfm_alg_alignmask(crypto_hash_tfm(tfm)); in crypto_hash_alignmask()2225 return crypto_tfm_get_flags(crypto_hash_tfm(tfm)); in crypto_hash_get_flags()2230 crypto_tfm_set_flags(crypto_hash_tfm(tfm), flags); in crypto_hash_set_flags()2235 crypto_tfm_clear_flags(crypto_hash_tfm(tfm), flags); in crypto_hash_clear_flags()
88 (crypto_hash_tfm(desc->tfm))->__crt_alg->cra_name, in cfs_crypto_hash_alloc()89 (crypto_hash_tfm(desc->tfm))->__crt_alg->cra_driver_name, in cfs_crypto_hash_alloc()