Home
last modified time | relevance | path

Searched refs:bin2hex (Results 1 – 5 of 5) sorted by relevance

/u-boot/test/lib/
A Dhexdump.c72 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 Dhexdump.h75 static inline char *bin2hex(char *dst, const void *src, size_t count) in bin2hex() function
/u-boot/include/test/
A Dut.h205 bin2hex(__buf1, _val1, min(__len, (uint)32)); \
206 bin2hex(__buf2, _val2, min(__len, (uint)32)); \
/u-boot/lib/crypto/
A Dx509_public_key.c255 p = bin2hex(p, q, srlen); in x509_key_preparse()
A Dasymmetric_type.c97 p = bin2hex(p, lookup, len); in find_asymmetric_key()

Completed in 12 milliseconds