Lines Matching defs:csum_shash
68 if (fs_info->csum_shash)
69 crypto_free_shash(fs_info->csum_shash);
80 SHASH_DESC_ON_STACK(shash, fs_info->csum_shash);
84 shash->tfm = fs_info->csum_shash;
148 SHASH_DESC_ON_STACK(shash, fs_info->csum_shash);
150 shash->tfm = fs_info->csum_shash;
2008 struct crypto_shash *csum_shash;
2011 csum_shash = crypto_alloc_shash(csum_driver, 0, 0);
2013 if (IS_ERR(csum_shash)) {
2016 return PTR_ERR(csum_shash);
2019 fs_info->csum_shash = csum_shash;
2028 if (!strstr(crypto_shash_driver_name(csum_shash), "generic"))
2040 crypto_shash_driver_name(csum_shash));
3759 SHASH_DESC_ON_STACK(shash, fs_info->csum_shash);
3768 shash->tfm = fs_info->csum_shash;