Compute the crc-itu-t for the data buffer
u16 crc_itu_t(u16 crc, const u8 * buffer, size_t len);
crc
previous CRC value
buffer
data pointer
len
number of bytes in the buffer
Returns the updated CRC value