Searched refs:bin2hex (Results 1 – 5 of 5) sorted by relevance
| /openbmc/u-boot/test/lib/ |
| H A D | hexdump.c | 71 bin2hex(dst, "\x64\x94\x21\xde", 4); in lib_test_bin2hex() 73 bin2hex(dst, "\xaa\x2e\x75\x45", 4); in lib_test_bin2hex() 75 bin2hex(dst, "\x75\x45\x3b\xc5", 4); in lib_test_bin2hex() 77 bin2hex(dst, "\xa1\x68\x84\xc3", 4); in lib_test_bin2hex() 79 bin2hex(dst, "\x15\x6b\x2e\x5e", 4); in lib_test_bin2hex() 81 bin2hex(dst, "\x2e\x03\x5f\xff", 4); in lib_test_bin2hex() 83 bin2hex(dst, "\x0f\xfc\xe9\x9f", 4); in lib_test_bin2hex() 85 bin2hex(dst, "\xd3\x99\x94\x43", 4); in lib_test_bin2hex() 87 bin2hex(dst, "\x91\xdd\x87\xbc", 4); in lib_test_bin2hex() 89 bin2hex(dst, "\x7f\xec\x89\x63", 4); in lib_test_bin2hex()
|
| /openbmc/u-boot/include/test/ |
| H A D | ut.h | 89 bin2hex(__buf1, val1, min(__len, (uint)32)); \ 90 bin2hex(__buf2, val2, min(__len, (uint)32)); \
|
| /openbmc/u-boot/include/ |
| H A D | hexdump.h | 75 static inline char *bin2hex(char *dst, const void *src, size_t count) in bin2hex() function
|
| /openbmc/u-boot/lib/efi_loader/ |
| H A D | efi_variable.c | 485 s = bin2hex(s, data, data_size); in efi_set_variable()
|
| /openbmc/qemu/tests/data/qobject/ |
| H A D | qdict.txt | 1801 bin2hex.c: 755
|