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