Lines Matching refs:checksum
704 /* compute checksum from start of deps to end of opt area */
730 optHdr.checksum = optChecksum;
1510 * Compute a checksum on a piece of an open file.
1523 ALOGE("Unable to seek to start of checksum area (%ld): %s",
1534 ALOGE("Read failed (%d) while computing checksum (len=%zu): %s",
1549 * Update the Adler-32 checksum stored in the DEX file. This covers the
1556 * Rewrite the checksum. We leave the SHA-1 signature alone.
1559 const int nonSum = sizeof(pHeader->magic) + sizeof(pHeader->checksum);
1562 pHeader->checksum = adler;