Lines Matching refs:CRC32
13 CRC32 functions
80 Updates the CRC32 value in the table header
104 Updates the CRC32 value in the table header
116 Hdr->CRC32 = 0;
117 Hdr->CRC32 = CalculateCrc((UINT8 *)Hdr, Size);
130 Checks the CRC32 value in the table header
158 Checks the CRC32 value in the table header
186 OrgCrc = Hdr->CRC32;
187 Hdr->CRC32 = 0;
191 Hdr->CRC32 = OrgCrc;