Home
last modified time | relevance | path

Searched refs:decoded_challenge (Results 1 – 1 of 1) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/base/
Dhttpcommon.cc924 std::string challenge, decoded_challenge; in HttpAuthenticate() local
927 &decoded_challenge, NULL)) { in HttpAuthenticate()
929 in_sec.pvBuffer = const_cast<char *>(decoded_challenge.data()); in HttpAuthenticate()
930 in_sec.cbBuffer = static_cast<unsigned long>(decoded_challenge.size()); in HttpAuthenticate()