void Crc32Add(uint8_t* pBuff, uint32_t bSize);
This routine adds the given data into CRC32 caculation and calculates CRC
None