Home | History | Annotate | Download | only in libdex

Lines Matching refs:checksum

278     SWAP_FIELD4(pHeader->checksum);
2862 * Compute the adler32 checksum and compare it to what's stored in
2871 const int nonSum = sizeof(pHeader->magic) + sizeof(pHeader->checksum);
2873 u4 expectedChecksum = SWAP4(pHeader->checksum);
2879 ALOGE("ERROR: bad checksum (%08lx, expected %08x)",