Searched defs:BytesToHex (Results 1 – 10 of 10) 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
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
101 static inline std::string BytesToHex(const uint8_t (&array)[N]) { in BytesToHex() function
206 std::string BytesToHex(const std::vector<uint8_t> &bytes) { in BytesToHex() function
64 std::string BytesToHex(const std::vector<uint8_t> &bytes) { in BytesToHex() function
121 void BytesToHex(const std::string& bytes, std::string* hex) { in BytesToHex() function
126 TEST(BasicUtilTest, BytesToHex) { in TEST() argument
5114 TEST(X509Test, BytesToHex) { in TEST() argument