Searched defs:HexToBytes (Results 1 – 3 of 3) sorted by relevance
54 bool HexToBytes(const std::string& hex, std::vector<uint8_t>* bytes) { in HexToBytes() function
53 bool HexToBytes(uint8_t* bytes, size_t bytes_len, const std::string& hex) { in HexToBytes() function
106 TEST(BasicUtilTest, HexToBytes) { in TEST() argument