Searched refs:crc_ccitt (Results 1 – 3 of 3) sorted by relevance
37 unsigned crc_ccitt(uint16_t crc, const void *s, size_t n);
44 crc_ccitt(uint16_t crc, const void *s, size_t n) in crc_ccitt() function
122 uint16_t crc = crc_ccitt(0xFFFF, buf, n); in do_chk()143 uint16_t crc = crc_ccitt(0xFFFF, buf, n); in chk_is_good()