Searched refs:newCRC (Results 1 – 1 of 1) sorted by relevance
454 uint32_t oldCRC, newCRC, hSize; in CheckHeaderCRC() local486 newCRC = chksum_crc32((unsigned char*) temp, hSize); in CheckHeaderCRC()495 return (oldCRC == newCRC); in CheckHeaderCRC()952 uint32_t sizeOfParts, newCRC; in LoadPartitionTable() local969 newCRC = chksum_crc32((unsigned char*) partitions, sizeOfParts); in LoadPartitionTable()970 mainPartsCrcOk = secondPartsCrcOk = (newCRC == header.partitionEntriesCRC); in LoadPartitionTable()992 uint32_t sizeOfParts, newCRC; in CheckTable() local1010 newCRC = chksum_crc32((unsigned char*) partsToCheck, sizeOfParts); in CheckTable()1011 allOK = (newCRC == header->partitionEntriesCRC); in CheckTable()1016 if (newCRC != otherHeader->partitionEntriesCRC) { in CheckTable()