Searched refs:want_ntlm (Results 1 – 1 of 1) sorted by relevance
365 bool want_ntlm = absl::EqualsIgnoreCase(auth_method, "ntlm"); in HttpAuthenticate() local367 if (want_negotiate || want_ntlm) { in HttpAuthenticate()