Searched refs:add_bytes_hex (Results 1 – 4 of 4) sorted by relevance
| /openbmc/libcper/tests/ |
| H A D | hex_test.c | 37 add_bytes_hex(obj, "data", test_bytes_1, sizeof(test_bytes_1)); in test_hex_encode_good() 48 add_bytes_hex(obj, "data", test_bytes_2, sizeof(test_bytes_2)); in test_hex_encode_good() 59 add_bytes_hex(obj, "data", test_bytes_3, sizeof(test_bytes_3)); in test_hex_encode_good() 70 add_bytes_hex(obj, "data", test_bytes_4, sizeof(test_bytes_4)); in test_hex_encode_good() 81 add_bytes_hex(obj, "data", test_bytes_5, sizeof(test_bytes_5)); in test_hex_encode_good() 178 add_bytes_hex(NULL, "data", test_bytes_1, sizeof(test_bytes_1)); in test_hex_error_cases() 185 add_bytes_hex(obj, "data", NULL, 4); in test_hex_error_cases() 194 add_bytes_hex(obj, "data", test_bytes_1, 0); in test_hex_error_cases() 286 add_bytes_hex(obj, "roundtrip", test_data, sizeof(test_data)); in test_hex_roundtrip()
|
| /openbmc/libcper/include/libcper/ |
| H A D | cper-utils.h | 99 void add_bytes_hex(json_object *obj, const char *field_name, const UINT8 *bytes,
|
| /openbmc/libcper/ |
| H A D | cper-utils.c | 681 void add_bytes_hex(json_object *obj, const char *field_name, const UINT8 *bytes, in add_bytes_hex() function
|
| /openbmc/libcper/sections/ |
| H A D | cper-section-nvidia-events.c | 1001 add_bytes_hex(output_data_ir, "data", opaque_data, data_size); in parse_common_ctx_type0_to_ir()
|