Home
last modified time | relevance | path

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

/openbsd/usr.sbin/unbound/testcode/
H A Dtestpkts.c319 hexstr2bin(char *hexstr, int len, uint8_t *buf, size_t offset, size_t buf_len) in hexstr2bin() function
447 wirelen = hexstr2bin((char *) hexbuf, hexbufpos, wire, 0, MAX_PACKETLEN); in hex_buffer2wire()