MCPcopy Create free account
hub / github.com/Tripwire/tripwire-open-source / crcInit

Function crcInit

src/core/crc32.cpp:151–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149 crctab[0xff & (unsigned)((var) >> 24 ^ (ch))]
150
151void crcInit( CRC_INFO& crcInfo )
152{
153 crcInfo.cbTotalLen = 0;
154 crcInfo.crc = 0;
155}
156
157void crcUpdate( CRC_INFO& crcInfo, const uint8* pbData, int cbDataLen )
158{

Callers 3

InitMethod · 0.85
util_GetCRCFunction · 0.85
CalcHashMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected