uint32_t CRC_calcCrc32Block(const void *const pvData, uint32_t u32Length, uint32_t u32InitVal)
Compute the CRC-32 value of a data block based on a start value.
uint32_t CRC_calcCrc32CBlock(const void *const pvData, uint32_t u32Length, uint32_t u32InitVal)
Compute the CRC-32C value of a data block based on a start value.