Lines Matching defs:csums_tfm
3845 struct crypto_shash *csums_tfm = NULL;
3955 csums_tfm = drbd_crypto_alloc_digest_safe(device,
3957 if (IS_ERR(csums_tfm)) {
3958 csums_tfm = NULL;
3980 if (verify_tfm || csums_tfm) {
3994 if (csums_tfm) {
3997 crypto_free_shash(peer_device->connection->csums_tfm);
3998 peer_device->connection->csums_tfm = csums_tfm;
4040 * as this is not reached if csums_tfm was ok. */
4041 crypto_free_shash(csums_tfm);
4042 /* but free the verify_tfm again, if csums_tfm did not work out */