Home
last modified time | relevance | path

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

/external/webrtc/rtc_base/
Dhttp_common.cc422 std::string challenge, decoded_challenge; in HttpAuthenticate() local
424 Base64::Decode(challenge, Base64::DO_STRICT, &decoded_challenge, in HttpAuthenticate()
427 in_sec.pvBuffer = const_cast<char*>(decoded_challenge.data()); in HttpAuthenticate()
428 in_sec.cbBuffer = static_cast<unsigned long>(decoded_challenge.size()); in HttpAuthenticate()