Home
last modified time | relevance | path

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

/Zephyr-latest/tests/unit/crc/
Dmain.c196 zassert_equal(crc8_rohc(CRC8_ROHC_INITIAL_VALUE, test0, sizeof(test0)), 0xcf); in ZTEST()
197 zassert_equal(crc8_rohc(CRC8_ROHC_INITIAL_VALUE, test1, sizeof(test1)), 0x2e); in ZTEST()
198 zassert_equal(crc8_rohc(CRC8_ROHC_INITIAL_VALUE, test2, sizeof(test2)), 0xd0); in ZTEST()
199 zassert_equal(crc8_rohc(CRC8_ROHC_INITIAL_VALUE, test3, sizeof(test3)), 0x76); in ZTEST()
200 zassert_equal(crc8_rohc(CRC8_ROHC_INITIAL_VALUE, test4, sizeof(test4)), 0xcf); in ZTEST()
201 zassert_equal(crc8_rohc(CRC8_ROHC_INITIAL_VALUE, test5, sizeof(test5)), 0xcf); in ZTEST()
/Zephyr-latest/include/zephyr/sys/
Dcrc.h32 #define CRC8_ROHC_INITIAL_VALUE 0xFF macro