Home
last modified time | relevance | path

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

/freebsd/contrib/ldns/drill/
H A Dwork.c22 hexstr2bin(char *hexstr, int len, uint8_t *buf, size_t offset, size_t buf_len) in hexstr2bin() function
/freebsd/contrib/wpa/src/utils/
H A Dcommon.c171 int hexstr2bin(const char *hex, u8 *buf, size_t len) in hexstr2bin() function