Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/lib/
Dhexdump.c63 int hex2bin(u8 *dst, const char *src, size_t count) in hex2bin() function
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
Dtest_tag.c78 static int hex2bin(uint8_t *dst, const char *src, size_t count) in hex2bin() function