Searched refs:hex_decode (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
H A Dstringencode.cc104 && hex_decode(source[srcpos], &h1)
105 && hex_decode(source[srcpos+1], &h2)) {
184 && hex_decode(source[srcpos], &h1)
185 && hex_decode(source[srcpos+1], &h2))
418 bool hex_decode(char ch, unsigned char* val) { function in namespace:rtc
483 size_t hex_decode(char * cbuffer, size_t buflen, function in namespace:rtc
509 if (!hex_decode(source[srcpos], &h1) ||
510 !hex_decode(source[srcpos + 1], &h2))
527 size_t hex_decode(char* buffer, size_t buflen, const std::string& source) { function in namespace:rtc
H A Dstringencode.h84 bool hex_decode(char ch, unsigned char* val);
102 // hex_decode converts ascii hex to binary.
103 size_t hex_decode(char* buffer, size_t buflen,
106 // hex_decode, assuming that there is a delimiter between every byte
114 // Helper functions for hex_decode.
115 size_t hex_decode(char* buffer, size_t buflen, const std::string& source);
H A Dstringencode_unittest.cc84 dec_res_ = hex_decode(decoded_, sizeof(decoded_), encoded_, enc_res_);
125 dec_res_ = hex_decode(decoded_, sizeof(decoded_), encoded_, enc_res_);
133 dec_res_ = hex_decode(decoded_, sizeof(decoded_), encoded_, enc_res_);
150 dec_res_ = hex_decode(decoded_, sizeof(decoded_), result);
/external/chromium_org/third_party/libjingle/source/talk/examples/turnserver/
H A Dturnserver_main.cc52 size_t len = rtc::hex_decode(buf, sizeof(buf), hex);
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dturnserver.cc503 size_t len = rtc::hex_decode(p, sizeof(then),

Completed in 1224 milliseconds