Home
last modified time | relevance | path

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

/openbmc/libcper/tests/
H A Dhex_test.c16 static const UINT8 test_bytes_2[] = { 0xff }; variable
48 add_bytes_hex(obj, "data", test_bytes_2, sizeof(test_bytes_2)); in test_hex_encode_good()
119 assert(out_len == sizeof(test_bytes_2)); in test_hex_decode_good()
120 assert(memcmp(bytes, test_bytes_2, out_len) == 0); in test_hex_decode_good()