Searched defs:h2 (Results 1 - 1 of 1) sorted by relevance

/systemd/src/journal/
H A Djournal-verify.c135 uint64_t h1, h2; local
170 h2 = hash64(b, b_size);
172 h2 = hash64(o->data.payload, le64toh(o->object.size) - offsetof(Object, data.payload));
174 if (h1 != h2) {
175 error(offset, "Invalid hash (%08"PRIx64" vs. %08"PRIx64, h1, h2);

Completed in 22 milliseconds