Home
last modified time | relevance | path

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

/external/chromium_org/net/http/
Dhttp_auth_sspi_win.cc234 std::string encoded_auth_token = tok->base64_param(); in ParseChallenge() local
235 if (encoded_auth_token.empty()) { in ParseChallenge()
250 bool base64_rv = base::Base64Decode(encoded_auth_token, &decoded_auth_token); in ParseChallenge()
Dhttp_auth_gssapi_posix.cc692 std::string encoded_auth_token = tok->base64_param(); in ParseChallenge() local
694 if (encoded_auth_token.empty()) { in ParseChallenge()
710 bool base64_rv = base::Base64Decode(encoded_auth_token, &decoded_auth_token); in ParseChallenge()
/external/chromium/net/http/
Dhttp_auth_sspi_win.cc230 std::string encoded_auth_token = tok->base64_param(); in ParseChallenge() local
231 if (encoded_auth_token.empty()) { in ParseChallenge()
246 bool base64_rv = base::Base64Decode(encoded_auth_token, &decoded_auth_token); in ParseChallenge()
Dhttp_auth_gssapi_posix.cc687 std::string encoded_auth_token = tok->base64_param(); in ParseChallenge() local
689 if (encoded_auth_token.empty()) { in ParseChallenge()
705 bool base64_rv = base::Base64Decode(encoded_auth_token, &decoded_auth_token); in ParseChallenge()
/external/chromium_org/google_apis/gaia/
Dgaia_auth_fetcher.cc345 std::string encoded_auth_token = net::EscapeUrlEncodedData(auth_token, true); in MakeMergeSessionBody() local
350 encoded_auth_token.c_str(), in MakeMergeSessionBody()