Searched refs:hex2bin (Results 1 – 8 of 8) sorted by relevance
/u-boot/test/lib/ |
A D | hexdump.c | 42 hex2bin(dst, "649421de", 4); in lib_test_hex2bin() 44 hex2bin(dst, "aa2e7545", 4); in lib_test_hex2bin() 46 hex2bin(dst, "75453bc5", 4); in lib_test_hex2bin() 48 hex2bin(dst, "a16884c3", 4); in lib_test_hex2bin() 50 hex2bin(dst, "156b2e5e", 4); in lib_test_hex2bin() 52 hex2bin(dst, "2e035fff", 4); in lib_test_hex2bin() 54 hex2bin(dst, "0ffce99f", 4); in lib_test_hex2bin() 56 hex2bin(dst, "d3999443", 4); in lib_test_hex2bin() 58 hex2bin(dst, "91dd87bc", 4); in lib_test_hex2bin() 60 hex2bin(dst, "7fec8963", 4); in lib_test_hex2bin()
|
/u-boot/cmd/ |
A D | binop.c | 42 hex2bin(result, str_value, strlen(str_value) / 2); in read_from_env_var() 44 hex2bin(result, varname, strlen(varname) / 2); in read_from_env_var()
|
A D | rtc.c | 88 if (hex2bin(buf, s, len)) { in do_rtc_write()
|
A D | osd.c | 115 res = hex2bin(buffer, hexstr, buflen); in do_osd_write()
|
A D | nvedit_efi.c | 357 if (hex2bin((u8 *)tmp_buf, data, len) < 0) { in append_value()
|
/u-boot/include/ |
A D | hexdump.h | 55 static inline int hex2bin(u8 *dst, const char *src, size_t count) in hex2bin() function
|
/u-boot/board/gdsys/common/ |
A D | osd_cmd.c | 46 res = hex2bin(buffer, hexstr, buflen); in do_osd_write()
|
/u-boot/lib/crypto/ |
A D | asymmetric_type.c | 232 return hex2bin(match_id->data, id, hexlen); in __asymmetric_key_hex_to_key_id()
|
Completed in 9 milliseconds