Home
last modified time | relevance | path

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

/openbmc/libcper/
H A Dcper-utils.c488 size_t hex_string_to_bytes(const char *hex_string, size_t hex_string_len, in hex_string_to_bytes() function
609 if (hex_string_to_bytes(hex_string + 2, hex_string_len - 2, &byte, 1) != in get_value_hex_8()
637 if (hex_string_to_bytes(hex_string + 2, hex_string_len - 2, bytes, in get_value_hex_32()
665 if (hex_string_to_bytes(hex_string + 2, hex_string_len - 2, bytes, in get_value_hex_64()
/openbmc/libcper/include/libcper/
H A Dcper-utils.h67 size_t hex_string_to_bytes(const char *hex_string, size_t hex_string_len,