Searched refs:test4 (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/tests/unit/crc/ |
D | main.c | 193 uint8_t test4[] = { 0x07, 0x3F, 0x89 }; /* GSM 07.10 example */ in ZTEST() local 200 zassert_equal(crc8_rohc(CRC8_ROHC_INITIAL_VALUE, test4, sizeof(test4)), 0xcf); in ZTEST() 223 uint8_t test4[] = { 0x03, 0x02, 0x0A, 0x38, 0x17, 0x00 }; in ZTEST() local 274 fcs = crc8(test4, sizeof(test4), 0x31, 0x00, false); in ZTEST() 278 fcs = crc8(test4, sizeof(test4), 0x07, 0x00, false); in ZTEST() 282 fcs = crc8(test4, sizeof(test4), 0x9b, 0xff, false); in ZTEST() 286 fcs = crc8(test4, sizeof(test4), 0x1d, 0xfd, false); in ZTEST()
|
/Zephyr-latest/tests/crypto/crypto_hash/src/ |
D | main.c | 25 uint8_t test4[] = {0xb0, 0xbd, 0x69}; variable
|