Home
last modified time | relevance | path

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

/include/linux/
Dcrc8.h33 #define CRC8_TABLE_SIZE 256 macro
37 static u8 _table[CRC8_TABLE_SIZE]
55 void crc8_populate_lsb(u8 table[CRC8_TABLE_SIZE], u8 polynomial);
73 void crc8_populate_msb(u8 table[CRC8_TABLE_SIZE], u8 polynomial);
99 u8 crc8(const u8 table[CRC8_TABLE_SIZE], u8 *pdata, size_t nbytes, u8 crc);