Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dhttpcommon.cc923 std::string challenge, decoded_challenge; in HttpAuthenticate() local
926 &decoded_challenge, NULL)) { in HttpAuthenticate()
928 in_sec.pvBuffer = const_cast<char *>(decoded_challenge.data()); in HttpAuthenticate()
929 in_sec.cbBuffer = static_cast<unsigned long>(decoded_challenge.size()); in HttpAuthenticate()