Searched refs:crc_ccitt_false (Results 1 – 5 of 5) sorted by relevance
114 u16 crc_ccitt_false(u16 crc, u8 const *buffer, size_t len) in crc_ccitt_false() function120 EXPORT_SYMBOL(crc_ccitt_false);
11 extern u16 crc_ccitt_false(u16 crc, const u8 *buffer, size_t len);
191 return crc_ccitt_false(0xffff, buf, len); in ssh_crc()
254 const u16 calculated = crc_ccitt_false(0xffff, buf, size); in csum_ccitt()
42 All CRCs used in the following are two-byte ``crc_ccitt_false(0xffff, ...)``.
Completed in 14 milliseconds