Home | History | Annotate | Download | only in analysis

Lines Matching refs:checksum

704     /* compute checksum from start of deps to end of opt area */
730 optHdr.checksum = optChecksum;
1509 * Compute a checksum on a piece of an open file.
1522 LOGE("Unable to seek to start of checksum area (%ld): %s",
1533 LOGE("Read failed (%d) while computing checksum (len=%zu): %s",
1548 * Update the Adler-32 checksum stored in the DEX file. This covers the
1555 * Rewrite the checksum. We leave the SHA-1 signature alone.
1558 const int nonSum = sizeof(pHeader->magic) + sizeof(pHeader->checksum);
1561 pHeader->checksum = adler;