Home
last modified time | relevance | path

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

/openbmc/libcper/tests/
H A Dhex_test.c37 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 Dcper-utils.h99 void add_bytes_hex(json_object *obj, const char *field_name, const UINT8 *bytes,
/openbmc/libcper/
H A Dcper-utils.c681 void add_bytes_hex(json_object *obj, const char *field_name, const UINT8 *bytes, in add_bytes_hex() function
/openbmc/libcper/sections/
H A Dcper-section-nvidia-events.c1001 add_bytes_hex(output_data_ir, "data", opaque_data, data_size); in parse_common_ctx_type0_to_ir()