Home
last modified time | relevance | path

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

/external/cronet/net/http/
Dhttp_auth.h55 AUTHORIZATION_RESULT_STALE, // (Digest) The nonce used in the enumerator
Dhttp_auth.cc174 case AUTHORIZATION_RESULT_STALE: in AuthorizationResultToString()
Dhttp_auth_handler_digest.cc158 return HttpAuth::AUTHORIZATION_RESULT_STALE; in HandleAnotherChallengeImpl()
Dhttp_auth_handler_digest_unittest.cc576 EXPECT_EQ(HttpAuth::AUTHORIZATION_RESULT_STALE, in TEST()
Dhttp_auth_controller.cc197 case HttpAuth::AUTHORIZATION_RESULT_STALE: in HandleAuthChallenge()