Home
last modified time | relevance | path

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

/external/chromium/third_party/libjingle/source/talk/base/
Dhttpcommon.cc867 bool want_negotiate = (_stricmp(auth_method.c_str(), "negotiate") == 0); in HttpAuthenticate() local
870 if (want_negotiate || want_ntlm) { in HttpAuthenticate()
1002 …ret = AcquireCredentialsHandleA(0, want_negotiate ? NEGOSSP_NAME_A : NTLMSP_NAME_A, SECPKG_CRED_OU… in HttpAuthenticate()