Lines Matching defs:csums_tfm
3886 struct crypto_shash *csums_tfm = NULL;
3996 csums_tfm = drbd_crypto_alloc_digest_safe(device,
3998 if (IS_ERR(csums_tfm)) {
3999 csums_tfm = NULL;
4021 if (verify_tfm || csums_tfm) {
4037 if (csums_tfm) {
4040 crypto_free_shash(peer_device->connection->csums_tfm);
4041 peer_device->connection->csums_tfm = csums_tfm;
4083 * as this is not reached if csums_tfm was ok. */
4084 crypto_free_shash(csums_tfm);
4085 /* but free the verify_tfm again, if csums_tfm did not work out */