Searched refs:test_bytes_3 (Results 1 – 1 of 1) sorted by relevance
| /openbmc/libcper/tests/ |
| H A D | hex_test.c | 19 static const UINT8 test_bytes_3[] = { 0xde, 0xad, 0xbe, 0xef }; variable 59 add_bytes_hex(obj, "data", test_bytes_3, sizeof(test_bytes_3)); in test_hex_encode_good() 133 assert(out_len == sizeof(test_bytes_3)); in test_hex_decode_good() 134 assert(memcmp(bytes, test_bytes_3, out_len) == 0); in test_hex_decode_good() 162 assert(out_len == sizeof(test_bytes_3)); in test_hex_decode_good() 163 assert(memcmp(bytes, test_bytes_3, out_len) == 0); in test_hex_decode_good()
|