Searched defs:BytesToHex (Results 1 – 4 of 4) sorted by relevance
26 std::string BytesToHex(const uint8_t* bytes, size_t bytes_len) { in BytesToHex() function
76 std::string BytesToHex(const uint8_t* bytes, size_t bytes_len) { in BytesToHex() function
121 void BytesToHex(const std::string& bytes, std::string* hex) { in BytesToHex() function
126 TEST(BasicUtilTest, BytesToHex) { in TEST() argument