Searched refs:bin2hex (Results 1 – 5 of 5) sorted by relevance
| /u-boot/test/lib/ |
| A D | hexdump.c | 72 bin2hex(dst, "\x64\x94\x21\xde", 4); in lib_test_bin2hex() 74 bin2hex(dst, "\xaa\x2e\x75\x45", 4); in lib_test_bin2hex() 76 bin2hex(dst, "\x75\x45\x3b\xc5", 4); in lib_test_bin2hex() 78 bin2hex(dst, "\xa1\x68\x84\xc3", 4); in lib_test_bin2hex() 80 bin2hex(dst, "\x15\x6b\x2e\x5e", 4); in lib_test_bin2hex() 82 bin2hex(dst, "\x2e\x03\x5f\xff", 4); in lib_test_bin2hex() 84 bin2hex(dst, "\x0f\xfc\xe9\x9f", 4); in lib_test_bin2hex() 86 bin2hex(dst, "\xd3\x99\x94\x43", 4); in lib_test_bin2hex() 88 bin2hex(dst, "\x91\xdd\x87\xbc", 4); in lib_test_bin2hex() 90 bin2hex(dst, "\x7f\xec\x89\x63", 4); in lib_test_bin2hex()
|
| /u-boot/include/ |
| A D | hexdump.h | 75 static inline char *bin2hex(char *dst, const void *src, size_t count) in bin2hex() function
|
| /u-boot/include/test/ |
| A D | ut.h | 205 bin2hex(__buf1, _val1, min(__len, (uint)32)); \ 206 bin2hex(__buf2, _val2, min(__len, (uint)32)); \
|
| /u-boot/lib/crypto/ |
| A D | x509_public_key.c | 255 p = bin2hex(p, q, srlen); in x509_key_preparse()
|
| A D | asymmetric_type.c | 97 p = bin2hex(p, lookup, len); in find_asymmetric_key()
|
Completed in 12 milliseconds