Home
last modified time | relevance | path

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

/Zephyr-latest/tests/unit/crc/
Dmain.c194 uint8_t test5[] = { 0x03, 0x3f, 0x01, 0x1c }; /* Our GSM 07.10 calc */ in ZTEST() local
201 zassert_equal(crc8_rohc(CRC8_ROHC_INITIAL_VALUE, test5, sizeof(test5)), 0xcf); in ZTEST()
224 uint8_t test5[] = { 0x03, 0x3f, 0x01, 0x1c }; /* Our GSM 07.10 calc */ in ZTEST() local
290 fcs = crc8(test5, sizeof(test5), 0xe0, 0xff, true); in ZTEST()
/Zephyr-latest/tests/crypto/crypto_hash/src/
Dmain.c26 uint8_t test5[] = {0xc9, 0x8c, 0x8e, 0x55}; variable