Home
last modified time | relevance | path

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

/external/webrtc/rtc_base/
Dhttp_common.cc229 struct NegotiateAuthContext : public HttpAuthContext { struct
235 NegotiateAuthContext(const std::string& auth, CredHandle c1, CtxtHandle c2) in NegotiateAuthContext() function
242 ~NegotiateAuthContext() override { in ~NegotiateAuthContext() argument
412 NegotiateAuthContext* neg = static_cast<NegotiateAuthContext*>(context); in HttpAuthenticate()
525 context = neg = new NegotiateAuthContext(auth_method, cred, ctx); in HttpAuthenticate()