Home
last modified time | relevance | path

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

/openbmc/libcper/tests/
H A Dhex_test.c22 static const UINT8 test_bytes_4[] = { 0x01, 0x23, 0x45, 0x67, variable
70 add_bytes_hex(obj, "data", test_bytes_4, sizeof(test_bytes_4)); in test_hex_encode_good()
148 assert(out_len == sizeof(test_bytes_4)); in test_hex_decode_good()
149 assert(memcmp(bytes, test_bytes_4, out_len) == 0); in test_hex_decode_good()