Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/subsys/bluetooth/mesh/
Dcrypto.c504 static const uint8_t crc_table[256] = { variable
551 fcs = crc_table[fcs ^ *data++]; in bt_mesh_fcs_calc()
566 fcs = crc_table[fcs ^ *data++]; in bt_mesh_fcs_check()
569 return crc_table[fcs ^ received_fcs] == 0xcf; in bt_mesh_fcs_check()