Searched defs:hexStr (Results 1 – 4 of 4) sorted by relevance
32 std::string& hexStr) in toHexStr()
787 static int fromHexStr(const std::string& hexStr, std::vector<uint8_t>& data) in fromHexStr()
72 static void toHexStr(std::vector<uint8_t>& bytes, std::string& hexStr) in toHexStr()83 static int fromHexStr(const std::string hexStr, std::vector<uint8_t>& data) in fromHexStr()
835 static int fromHexStr(const std::string& hexStr, std::vector<uint8_t>& data) in fromHexStr()