Searched defs:hex2bin (Results 1 – 3 of 3) sorted by relevance
55 static inline int hex2bin(u8 *dst, const char *src, size_t count) in hex2bin() function
63 int hex2bin(u8 *dst, const char *src, size_t count) in hex2bin() function
78 static int hex2bin(uint8_t *dst, const char *src, size_t count) in hex2bin() function