Searched refs:hex2bin (Results 1 – 6 of 6) sorted by relevance
| /openbmc/u-boot/test/lib/ |
| H A D | hexdump.c | 41 hex2bin(dst, "649421de", 4); in lib_test_hex2bin() 43 hex2bin(dst, "aa2e7545", 4); in lib_test_hex2bin() 45 hex2bin(dst, "75453bc5", 4); in lib_test_hex2bin() 47 hex2bin(dst, "a16884c3", 4); in lib_test_hex2bin() 49 hex2bin(dst, "156b2e5e", 4); in lib_test_hex2bin() 51 hex2bin(dst, "2e035fff", 4); in lib_test_hex2bin() 53 hex2bin(dst, "0ffce99f", 4); in lib_test_hex2bin() 55 hex2bin(dst, "d3999443", 4); in lib_test_hex2bin() 57 hex2bin(dst, "91dd87bc", 4); in lib_test_hex2bin() 59 hex2bin(dst, "7fec8963", 4); in lib_test_hex2bin()
|
| /openbmc/u-boot/include/ |
| H A D | hexdump.h | 55 static inline int hex2bin(u8 *dst, const char *src, size_t count) in hex2bin() function
|
| /openbmc/u-boot/board/gdsys/common/ |
| H A D | osd_cmd.c | 45 res = hex2bin(buffer, hexstr, buflen); in do_osd_write()
|
| /openbmc/u-boot/cmd/ |
| H A D | osd.c | 114 res = hex2bin(buffer, hexstr, buflen); in do_osd_write()
|
| H A D | nvedit_efi.c | 294 if (hex2bin((u8 *)tmp_buf, data, len) < 0) in append_value()
|
| /openbmc/u-boot/lib/efi_loader/ |
| H A D | efi_variable.c | 211 if (hex2bin(data, s, len)) in efi_get_variable()
|