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

/systemd/src/journal/
H A Djournal-verify.c135 uint64_t h1, h2; local
153 h1 = le64toh(o->data.hash);
174 if (h1 != h2) {
175 error(offset, "Invalid hash (%08"PRIx64" vs. %08"PRIx64, h1, h2);

Completed in 36 milliseconds