Searched defs:hexStr (Results 1 – 4 of 4) sorted by relevance
32 std::string& hexStr) in toHexStr()
788 static int fromHexStr(const std::string& hexStr, std::vector<uint8_t>& data) in fromHexStr()
74 static void toHexStr(std::vector<uint8_t>& bytes, std::string& hexStr) in toHexStr()85 static int fromHexStr(const std::string hexStr, std::vector<uint8_t>& data) in fromHexStr()
830 fromHexStr(const std::string & hexStr,std::vector<uint8_t> & data) fromHexStr() argument