Searched refs:hexsrc (Results 1 – 1 of 1) sorted by relevance
27 hex2bin(uint8_t *bindst, const char *hexsrc, size_t binlen) in hex2bin() argument32 hi4 = _h2b(*hexsrc++); in hex2bin()33 lo4 = _h2b(*hexsrc++); in hex2bin()