Searched refs:bin2hex (Results 1 – 2 of 2) sorted by relevance
75 static inline char *bin2hex(char *dst, const void *src, size_t count) in bin2hex() function
242 bin2hex(__buf1, _val1, min(__len, (uint)32)); \243 bin2hex(__buf2, _val2, min(__len, (uint)32)); \
Completed in 8 milliseconds