Lines Matching defs:csum_shash
102 if (fs_info->csum_shash)
103 crypto_free_shash(fs_info->csum_shash);
213 SHASH_DESC_ON_STACK(shash, fs_info->csum_shash);
217 shash->tfm = fs_info->csum_shash;
310 SHASH_DESC_ON_STACK(shash, fs_info->csum_shash);
312 shash->tfm = fs_info->csum_shash;
2245 struct crypto_shash *csum_shash;
2248 csum_shash = crypto_alloc_shash(csum_driver, 0, 0);
2250 if (IS_ERR(csum_shash)) {
2253 return PTR_ERR(csum_shash);
2256 fs_info->csum_shash = csum_shash;
2265 if (!strstr(crypto_shash_driver_name(csum_shash), "generic"))
2277 crypto_shash_driver_name(csum_shash));
3602 SHASH_DESC_ON_STACK(shash, fs_info->csum_shash);
3610 shash->tfm = fs_info->csum_shash;