Lines Matching refs:Crc32
29 #include "crc32.h"
829 Crc32(gpt->primary_entries, entries_size);
835 Crc32(gpt->secondary_entries, entries_size);
839 primary_header->header_crc32 = Crc32(
844 secondary_header->header_crc32 = Crc32(
926 * If both headers are valid (CRC32 is correct) but
931 * If primary is invalid (CRC32 is wrong), then we repair it from secondary.
932 * If secondary is invalid (CRC32 is wrong), then we repair it from primary.