Searched refs:hex2bin (Results 1 – 1 of 1) sorted by relevance
85 static bool hex2bin(const std::string& hexStr, std::vector<uint8_t>& dest) in hex2bin() function136 if (!hex2bin(line.substr(pattern.size()), bytes)) { in readAndPrint()