Home
last modified time | relevance | path

Searched defs:hex2bin (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/include/
Dhexdump.h55 static inline int hex2bin(u8 *dst, const char *src, size_t count) in hex2bin() function
/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_tag.c78 static int hex2bin(uint8_t *dst, const char *src, size_t count) in hex2bin() function
/external/fsverity-utils/
Dutil.c309 bool hex2bin(const char *hex, u8 *bin, size_t bin_len) in hex2bin() function
/external/iw/
Dutil.c358 static char *hex2bin(char *hex, char *buf) in hex2bin() function