uint32_t crc32part(FAR const uint8_t *src, size_t len, uint32_t crc32val)
Continue CRC calculation on a part of the buffer.
uint32_t crc32(FAR const uint8_t *src, size_t len)
Return a 32-bit CRC of the contents of the 'src' buffer, length 'len'.