Home
last modified time | relevance | path

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

/external/chromium_org/net/http/
Dhttp_auth_sspi_win.cc251 std::string decoded_auth_token; in ParseChallenge() local
252 bool base64_rv = base::Base64Decode(encoded_auth_token, &decoded_auth_token); in ParseChallenge()
255 decoded_server_auth_token_ = decoded_auth_token; in ParseChallenge()
Dhttp_auth_gssapi_posix.cc711 std::string decoded_auth_token; in ParseChallenge() local
712 bool base64_rv = base::Base64Decode(encoded_auth_token, &decoded_auth_token); in ParseChallenge()
715 decoded_server_auth_token_ = decoded_auth_token; in ParseChallenge()