Lines Matching defs:csum_shash
66 if (fs_info->csum_shash)
67 crypto_free_shash(fs_info->csum_shash);
78 SHASH_DESC_ON_STACK(shash, fs_info->csum_shash);
82 shash->tfm = fs_info->csum_shash;
163 SHASH_DESC_ON_STACK(shash, fs_info->csum_shash);
165 shash->tfm = fs_info->csum_shash;
2019 struct crypto_shash *csum_shash;
2022 csum_shash = crypto_alloc_shash(csum_driver, 0, 0);
2024 if (IS_ERR(csum_shash)) {
2027 return PTR_ERR(csum_shash);
2030 fs_info->csum_shash = csum_shash;
2047 crypto_shash_driver_name(csum_shash));
3730 SHASH_DESC_ON_STACK(shash, fs_info->csum_shash);
3740 shash->tfm = fs_info->csum_shash;