Home
last modified time | relevance | path

Searched refs:crc_ccitt_table (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dcrc-ccitt.h7 extern u16 const crc_ccitt_table[256];
13 return (crc >> 8) ^ crc_ccitt_table[(crc ^ c) & 0xff]; in crc_ccitt_byte()
/linux/lib/crc/
H A Dcrc-ccitt.c14 u16 const crc_ccitt_table[256] = { variable
48 EXPORT_SYMBOL(crc_ccitt_table);