Functions | |
unsigned short | CRC_Block (const byte *start, int count) |
void | CRC_Init (unsigned short *crcvalue) |
void | CRC_ProcessBlock (const byte *start, unsigned short *crcvalue, int count) |
void | CRC_ProcessByte (unsigned short *crcvalue, byte data) |
unsigned short | CRC_Value (unsigned short crcvalue) |