Searched defs:BytesToHex (Results 1 – 5 of 5) sorted by relevance
3 std::string BytesToHex(const uint8_t* data, size_t size) { in BytesToHex() function16 std::string BytesToHex(const bytes_t& data) { in BytesToHex() function
75 std::string BytesToHex(const uint8_t* bytes, size_t bytes_len) { in BytesToHex() function
118 void BytesToHex(const std::string& bytes, std::string* hex) { in BytesToHex() function
126 TEST(BasicUtilTest, BytesToHex) { in TEST() argument
184 std::string BytesToHex(const uint8_t* bytes, size_t bytes_len) { in BytesToHex() function