Searched refs:crc8_table (Results 1 – 1 of 1) sorted by relevance
348 uint8_t crc8_table[256]; variable367 crc8_table[i] = val; in build_crc8_table()378 crc = crc8_table[crc ^ message[i]]; in get_crc8()