Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/android/
H A Dhttp_auth_negotiate_android.cc60 HttpAuthNegotiateAndroid::HttpAuthNegotiateAndroid( in HttpAuthNegotiateAndroid() function in net::android::HttpAuthNegotiateAndroid
68 HttpAuthNegotiateAndroid::~HttpAuthNegotiateAndroid() = default;
70 bool HttpAuthNegotiateAndroid::Init(const NetLogWithSource& net_log) { in Init()
74 bool HttpAuthNegotiateAndroid::NeedsIdentity() const { in NeedsIdentity()
78 bool HttpAuthNegotiateAndroid::AllowsExplicitCredentials() const { in AllowsExplicitCredentials()
82 HttpAuth::AuthorizationResult HttpAuthNegotiateAndroid::ParseChallenge( in ParseChallenge()
94 int HttpAuthNegotiateAndroid::GenerateAuthTokenAndroid( in GenerateAuthTokenAndroid()
104 int HttpAuthNegotiateAndroid::GenerateAuthToken( in GenerateAuthToken()
125 base::BindOnce(&HttpAuthNegotiateAndroid::SetResultInternal, in GenerateAuthToken()
149 void HttpAuthNegotiateAndroid::SetDelegation( in SetDelegation()
[all …]
H A Dhttp_auth_negotiate_android.h66 class NET_EXPORT_PRIVATE HttpAuthNegotiateAndroid : public HttpAuthMechanism {
71 explicit HttpAuthNegotiateAndroid(const HttpAuthPreferences* prefs);
72 HttpAuthNegotiateAndroid(const HttpAuthNegotiateAndroid&) = delete;
73 HttpAuthNegotiateAndroid& operator=(const HttpAuthNegotiateAndroid&) = delete;
74 ~HttpAuthNegotiateAndroid() override;
121 base::WeakPtrFactory<HttpAuthNegotiateAndroid> weak_factory_{this};
H A Dhttp_auth_negotiate_android_unittest.cc34 HttpAuthNegotiateAndroid auth(&prefs); in TEST()
52 HttpAuthNegotiateAndroid auth(&prefs); in TEST()
66 HttpAuthNegotiateAndroid auth(&prefs); in TEST()
80 HttpAuthNegotiateAndroid auth(&prefs); in TEST()
100 HttpAuthNegotiateAndroid auth(&prefs); in TEST()
/aosp_15_r20/external/cronet/net/http/
H A Dhttp_auth_handler_negotiate.cc62 return std::make_unique<net::android::HttpAuthNegotiateAndroid>(prefs); in CreateAuthSystem()