Home
last modified time | relevance | path

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

/openbmc/libcper/tests/
H A Dhex_test.c103 UINT8 *bytes = get_bytes_hex(obj, "data", &out_len); in test_hex_decode_good()
117 UINT8 *bytes = get_bytes_hex(obj, "data", &out_len); in test_hex_decode_good()
131 UINT8 *bytes = get_bytes_hex(obj, "data", &out_len); in test_hex_decode_good()
146 UINT8 *bytes = get_bytes_hex(obj, "data", &out_len); in test_hex_decode_good()
160 UINT8 *bytes = get_bytes_hex(obj, "data", &out_len); in test_hex_decode_good()
203 UINT8 *bytes = get_bytes_hex(NULL, "data", &out_len); in test_hex_error_cases()
212 UINT8 *bytes = get_bytes_hex(obj, "data", NULL); in test_hex_error_cases()
221 UINT8 *bytes = get_bytes_hex(obj, "nonexistent", &out_len); in test_hex_error_cases()
231 UINT8 *bytes = get_bytes_hex(obj, "data", &out_len); in test_hex_error_cases()
242 UINT8 *bytes = get_bytes_hex(obj, "data", &out_len); in test_hex_error_cases()
[all …]
/openbmc/libcper/include/libcper/
H A Dcper-utils.h101 UINT8 *get_bytes_hex(json_object *obj, const char *field_name, size_t *out_len);
/openbmc/libcper/
H A Dcper-utils.c721 UINT8 *get_bytes_hex(json_object *obj, const char *field_name, size_t *out_len) in get_bytes_hex() function
/openbmc/libcper/sections/
H A Dcper-section-nvidia-events.c1030 get_bytes_hex(event_context_data_ir, "data", &decoded_len); in parse_common_ctx_type0_to_bin()