/external/cronet/stable/net/http/ |
D | http_auth_handler_digest_unittest.cc | 709 std::string auth_token; in TEST() local 715 &auth_token)); in TEST() 719 auth_token); in TEST() 723 std::string auth_token; in TEST() local 729 &auth_token)); in TEST() 733 auth_token); in TEST() 737 std::string auth_token; in TEST() local 743 &auth_token)); in TEST() 747 auth_token); in TEST() 751 std::string auth_token; in TEST() local [all …]
|
D | http_auth_sspi_win_unittest.cc | 100 std::string auth_token; in TEST() local 103 nullptr, "HTTP/intranet.google.com", std::string(), &auth_token, in TEST() 130 std::string auth_token; in TEST() local 133 nullptr, "HTTP/intranet.google.com", std::string(), &auth_token, in TEST() 150 std::string auth_token; in TEST() local 153 nullptr, "HTTP/intranet.google.com", std::string(), &auth_token, in TEST() 169 std::string auth_token; in TEST() local 172 nullptr, "HTTP/intranet.google.com", std::string(), &auth_token, in TEST() 174 EXPECT_EQ("Negotiate ", auth_token.substr(0, 10)); in TEST() 177 ASSERT_TRUE(base::Base64Decode(auth_token.substr(10), &decoded_token)); in TEST() [all …]
|
D | http_auth_ntlm_mechanism.cc | 50 int SetAuthTokenFromBinaryToken(std::string* auth_token, in SetAuthTokenFromBinaryToken() argument 58 *auth_token = std::string("NTLM ") + encode_output; in SetAuthTokenFromBinaryToken() 117 std::string* auth_token, in GenerateAuthToken() argument 129 return SetAuthTokenFromBinaryToken(auth_token, in GenerateAuthToken() 159 return SetAuthTokenFromBinaryToken(auth_token, next_token); in GenerateAuthToken()
|
D | http_auth_handler.cc | 58 std::string* auth_token) { in GenerateAuthToken() argument 62 DCHECK(auth_token != nullptr); in GenerateAuthToken() 70 auth_token); in GenerateAuthToken()
|
D | http_auth_handler_ntlm_portable.cc | 61 std::string* auth_token) { in GenerateAuthTokenImpl() argument 63 channel_bindings_, auth_token, net_log(), in GenerateAuthTokenImpl()
|
D | http_auth_handler_unittest.cc | 35 std::string auth_token; in TEST() local 54 test_callback.callback(), &auth_token); in TEST()
|
D | http_auth_handler_basic_unittest.cc | 60 std::string auth_token; in TEST() local 63 callback.callback(), &auth_token); in TEST() 65 EXPECT_STREQ(test.expected_credentials, auth_token.c_str()); in TEST()
|
D | http_auth_handler_ntlm_win.cc | 56 std::string* auth_token) { in GenerateAuthTokenImpl() argument 58 channel_bindings_, auth_token, net_log(), in GenerateAuthTokenImpl()
|
D | http_auth_handler_mock.cc | 85 std::string* auth_token) { in GenerateAuthTokenImpl() argument 93 auth_token_ = auth_token; in GenerateAuthTokenImpl() 101 *auth_token = "auth_token"; in GenerateAuthTokenImpl()
|
D | http_auth_handler.h | 101 std::string* auth_token); 205 std::string* auth_token) = 0;
|
/external/cronet/tot/net/http/ |
D | http_auth_handler_digest_unittest.cc | 709 std::string auth_token; in TEST() local 715 &auth_token)); in TEST() 719 auth_token); in TEST() 723 std::string auth_token; in TEST() local 729 &auth_token)); in TEST() 733 auth_token); in TEST() 737 std::string auth_token; in TEST() local 743 &auth_token)); in TEST() 747 auth_token); in TEST() 751 std::string auth_token; in TEST() local [all …]
|
D | http_auth_sspi_win_unittest.cc | 100 std::string auth_token; in TEST() local 103 nullptr, "HTTP/intranet.google.com", std::string(), &auth_token, in TEST() 130 std::string auth_token; in TEST() local 133 nullptr, "HTTP/intranet.google.com", std::string(), &auth_token, in TEST() 150 std::string auth_token; in TEST() local 153 nullptr, "HTTP/intranet.google.com", std::string(), &auth_token, in TEST() 169 std::string auth_token; in TEST() local 172 nullptr, "HTTP/intranet.google.com", std::string(), &auth_token, in TEST() 174 EXPECT_EQ("Negotiate ", auth_token.substr(0, 10)); in TEST() 177 ASSERT_TRUE(base::Base64Decode(auth_token.substr(10), &decoded_token)); in TEST() [all …]
|
D | http_auth_ntlm_mechanism.cc | 50 int SetAuthTokenFromBinaryToken(std::string* auth_token, in SetAuthTokenFromBinaryToken() argument 58 *auth_token = std::string("NTLM ") + encode_output; in SetAuthTokenFromBinaryToken() 117 std::string* auth_token, in GenerateAuthToken() argument 129 return SetAuthTokenFromBinaryToken(auth_token, in GenerateAuthToken() 159 return SetAuthTokenFromBinaryToken(auth_token, next_token); in GenerateAuthToken()
|
D | http_auth_handler.cc | 58 std::string* auth_token) { in GenerateAuthToken() argument 62 DCHECK(auth_token != nullptr); in GenerateAuthToken() 70 auth_token); in GenerateAuthToken()
|
D | http_auth_handler_ntlm_portable.cc | 61 std::string* auth_token) { in GenerateAuthTokenImpl() argument 63 channel_bindings_, auth_token, net_log(), in GenerateAuthTokenImpl()
|
D | http_auth_handler_unittest.cc | 35 std::string auth_token; in TEST() local 54 test_callback.callback(), &auth_token); in TEST()
|
D | http_auth_handler_basic_unittest.cc | 60 std::string auth_token; in TEST() local 63 callback.callback(), &auth_token); in TEST() 65 EXPECT_STREQ(test.expected_credentials, auth_token.c_str()); in TEST()
|
D | http_auth_handler_ntlm_win.cc | 56 std::string* auth_token) { in GenerateAuthTokenImpl() argument 58 channel_bindings_, auth_token, net_log(), in GenerateAuthTokenImpl()
|
D | http_auth_handler_mock.cc | 85 std::string* auth_token) { in GenerateAuthTokenImpl() argument 93 auth_token_ = auth_token; in GenerateAuthTokenImpl() 101 *auth_token = "auth_token"; in GenerateAuthTokenImpl()
|
D | http_auth_handler.h | 101 std::string* auth_token); 205 std::string* auth_token) = 0;
|
D | http_auth_handler_basic.cc | 88 std::string* auth_token) { in GenerateAuthTokenImpl() argument 96 *auth_token = "Basic " + base64_username_password; in GenerateAuthTokenImpl()
|
/external/cronet/stable/net/android/ |
D | http_auth_negotiate_android.cc | 100 std::string* auth_token, in GenerateAuthTokenAndroid() argument 102 return GenerateAuthToken(credentials, spn, channel_bindings, auth_token, in GenerateAuthTokenAndroid() 110 std::string* auth_token, in GenerateAuthToken() argument 118 DCHECK(auth_token); in GenerateAuthToken() 122 auth_token_ = auth_token; in GenerateAuthToken()
|
D | http_auth_negotiate_android_unittest.cc | 24 std::string auth_token; in TEST() local 39 nullptr, "Dummy", std::string(), &auth_token, in TEST() 42 EXPECT_EQ("Negotiate DummyToken", auth_token); in TEST()
|
/external/cronet/tot/net/android/ |
D | http_auth_negotiate_android.cc | 100 std::string* auth_token, in GenerateAuthTokenAndroid() argument 102 return GenerateAuthToken(credentials, spn, channel_bindings, auth_token, in GenerateAuthTokenAndroid() 110 std::string* auth_token, in GenerateAuthToken() argument 118 DCHECK(auth_token); in GenerateAuthToken() 122 auth_token_ = auth_token; in GenerateAuthToken()
|
D | http_auth_negotiate_android_unittest.cc | 24 std::string auth_token; in TEST() local 39 nullptr, "Dummy", std::string(), &auth_token, in TEST() 42 EXPECT_EQ("Negotiate DummyToken", auth_token); in TEST()
|