Home
last modified time | relevance | path

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

/openbmc/libcper/tests/
H A Dhex_test.c13 static const UINT8 test_bytes_1[] = { 0x00 }; variable
37 add_bytes_hex(obj, "data", test_bytes_1, sizeof(test_bytes_1)); in test_hex_encode_good()
105 assert(out_len == sizeof(test_bytes_1)); in test_hex_decode_good()
106 assert(memcmp(bytes, test_bytes_1, out_len) == 0); in test_hex_decode_good()
178 add_bytes_hex(NULL, "data", test_bytes_1, sizeof(test_bytes_1)); in test_hex_error_cases()
194 add_bytes_hex(obj, "data", test_bytes_1, 0); in test_hex_error_cases()