Home
last modified time | relevance | path

Searched refs:hex2bin (Results 1 – 8 of 8) sorted by relevance

/u-boot/test/lib/
A Dhexdump.c42 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 Dbinop.c42 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 Drtc.c88 if (hex2bin(buf, s, len)) { in do_rtc_write()
A Dosd.c115 res = hex2bin(buffer, hexstr, buflen); in do_osd_write()
A Dnvedit_efi.c357 if (hex2bin((u8 *)tmp_buf, data, len) < 0) { in append_value()
/u-boot/include/
A Dhexdump.h55 static inline int hex2bin(u8 *dst, const char *src, size_t count) in hex2bin() function
/u-boot/board/gdsys/common/
A Dosd_cmd.c46 res = hex2bin(buffer, hexstr, buflen); in do_osd_write()
/u-boot/lib/crypto/
A Dasymmetric_type.c232 return hex2bin(match_id->data, id, hexlen); in __asymmetric_key_hex_to_key_id()

Completed in 9 milliseconds