62 uint8 const *
const data,
64 uint32 const initial_value = 0
69 uint8 const *
const data,
71 uint32 const accumulative_value
uint32 UTL_calc_crc32(uint8 const *const data, uint32 const size, uint32 const initial_value=0)
Compute and finalize a 32-bit in one shot.
uint32 UTL_accumulate_crc32(uint8 const *const data, uint32 const size, uint32 const accumulative_value)
Accumulate the 32-bit CRC for a block of data.
uint32 UTL_complete_crc32(uint32 const actual_crc)
Complete the 32-bit CRC calculation.
unsigned char uint8
8-bit unsigned integer
unsigned long int uint32
32-bit unsigned integer