Searched defs:hex_encode (Results 1 – 1 of 1) sorted by relevance
413 char hex_encode(unsigned char val) { in hex_encode() function431 size_t hex_encode(char* buffer, size_t buflen, in hex_encode() function469 std::string hex_encode(const std::string& str) { in hex_encode() function473 std::string hex_encode(const char* source, size_t srclen) { in hex_encode() function