Searched refs:CrcCalc1 (Results 1 – 1 of 1) sorted by relevance
1623 static UInt32 CrcCalc1(const Byte *buf, UInt32 size) in CrcCalc1() function1640 return CrcCalc1(buf, size); in RandGenCrc()1655 UInt32 crc1 = CrcCalc1(buf, kBufferSize0); in CrcInternalTest()1662 if (CrcCalc1(buf + i, j) != CrcCalc(buf + i, j)) in CrcInternalTest()