Home
last modified time | relevance | path

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

/bootable/recovery/minzip/
DZip.c704 void *crc) in crcProcessFunction() argument
706 *(unsigned long *)crc = crc32(*(unsigned long *)crc, data, dataLen); in crcProcessFunction()
716 unsigned long crc; in mzIsZipEntryIntact() local
719 crc = crc32(0L, Z_NULL, 0); in mzIsZipEntryIntact()
721 (void *)&crc); in mzIsZipEntryIntact()
726 if (crc != (unsigned long)pEntry->crc32) { in mzIsZipEntryIntact()
728 pEntry->fileNameLen, pEntry->fileName, crc, pEntry->crc32); in mzIsZipEntryIntact()