Home
last modified time | relevance | path

Searched refs:crc32 (Results 1 – 2 of 2) sorted by relevance

/bootable/recovery/minzip/
DZip.h40 long crc32; member
134 return pEntry->crc32; in mzGetZipEntryCrc32()
DZip.c341 pEntry->crc32 = get4LE(ptr + CENCRC); in parseZipArchive()
706 *(unsigned long *)crc = crc32(*(unsigned long *)crc, data, dataLen); in crcProcessFunction()
719 crc = crc32(0L, Z_NULL, 0); in mzIsZipEntryIntact()
726 if (crc != (unsigned long)pEntry->crc32) { in mzIsZipEntryIntact()
728 pEntry->fileNameLen, pEntry->fileName, crc, pEntry->crc32); in mzIsZipEntryIntact()