Home
last modified time | relevance | path

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

/external/webrtc/rtc_base/
Dhttp_common.cc364 bool want_negotiate = absl::EqualsIgnoreCase(auth_method, "negotiate"); in HttpAuthenticate() local
367 if (want_negotiate || want_ntlm) { in HttpAuthenticate()
503 0, const_cast<char*>(want_negotiate ? NEGOSSP_NAME_A : NTLMSP_NAME_A), in HttpAuthenticate()