Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/http/
H A Dhttp_auth_multi_round_parse_unittest.cc15 TEST(HttpAuthHandlerNegotiateParseTest, ParseFirstRoundChallenge) { in TEST() argument
23 ParseFirstRoundChallenge(HttpAuth::AUTH_SCHEME_NEGOTIATE, &challenge)); in TEST()
35 ParseFirstRoundChallenge(HttpAuth::AUTH_SCHEME_NEGOTIATE, &challenge)); in TEST()
45 ParseFirstRoundChallenge(HttpAuth::AUTH_SCHEME_NEGOTIATE, &challenge)); in TEST()
H A Dhttp_auth_multi_round_parse.h18 NET_EXPORT_PRIVATE HttpAuth::AuthorizationResult ParseFirstRoundChallenge(
H A Dhttp_auth_multi_round_parse.cc24 HttpAuth::AuthorizationResult ParseFirstRoundChallenge( in ParseFirstRoundChallenge() function
H A Dhttp_auth_ntlm_mechanism.cc105 return ParseFirstRoundChallenge(HttpAuth::Scheme::AUTH_SCHEME_NTLM, tok); in ParseChallenge()
H A Dhttp_auth_sspi_win.cc402 return net::ParseFirstRoundChallenge(scheme_, tok); in ParseChallenge()
H A Dhttp_auth_gssapi_posix.cc687 return net::ParseFirstRoundChallenge(HttpAuth::AUTH_SCHEME_NEGOTIATE, tok); in ParseChallenge()
/aosp_15_r20/external/cronet/net/android/
H A Dhttp_auth_negotiate_android.cc86 return net::ParseFirstRoundChallenge(HttpAuth::AUTH_SCHEME_NEGOTIATE, tok); in ParseChallenge()