Home
last modified time | relevance | path

Searched defs:bin2hex (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/
H A Dhexdump.h75 static inline char *bin2hex(char *dst, const void *src, size_t count) in bin2hex() function
/openbmc/linux/lib/
H A Dhexdump.c87 char *bin2hex(char *dst, const void *src, size_t count) in bin2hex() function