Lines Matching defs:csum_shash
67 if (fs_info->csum_shash)
68 crypto_free_shash(fs_info->csum_shash);
79 SHASH_DESC_ON_STACK(shash, fs_info->csum_shash);
83 shash->tfm = fs_info->csum_shash;
164 SHASH_DESC_ON_STACK(shash, fs_info->csum_shash);
166 shash->tfm = fs_info->csum_shash;
2010 struct crypto_shash *csum_shash;
2013 csum_shash = crypto_alloc_shash(csum_driver, 0, 0);
2015 if (IS_ERR(csum_shash)) {
2018 return PTR_ERR(csum_shash);
2021 fs_info->csum_shash = csum_shash;
2038 crypto_shash_driver_name(csum_shash));
3716 SHASH_DESC_ON_STACK(shash, fs_info->csum_shash);
3726 shash->tfm = fs_info->csum_shash;