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