Searched defs:credentials (Results 51 - 75 of 102) sorted by relevance

12345

/external/chromium_org/net/http/
H A Dhttp_auth_handler_negotiate.cc194 // obtain a TGT. If the default credentials are not allowed for
211 const AuthCredentials* credentials, const HttpRequestInfo* request,
217 DCHECK((!has_credentials_ && credentials == NULL) ||
218 (has_credentials_ && credentials->Equals(credentials_)));
222 if (credentials) {
224 credentials_ = *credentials;
317 AuthCredentials* credentials = has_credentials_ ? &credentials_ : NULL; local
319 return auth_system_.GenerateAuthToken(credentials, spn_, auth_token_);
210 GenerateAuthTokenImpl( const AuthCredentials* credentials, const HttpRequestInfo* request, const CompletionCallback& callback, std::string* auth_token) argument
H A Dhttp_auth_sspi_win.cc70 // Pass the username/password to get the credentials handle.
89 // Pass the username/password to get the credentials handle.
91 // cached credentials for the logged in user, which can be used
259 int HttpAuthSSPI::GenerateAuthToken(const AuthCredentials* credentials, argument
264 int rv = OnFirstRound(credentials);
292 int HttpAuthSSPI::OnFirstRound(const AuthCredentials* credentials) { argument
295 if (credentials) {
298 SplitDomainAndUser(credentials->username(), &domain, &user);
300 user, credentials->password(), &cred_);
H A Dhttp_stream_factory_impl_request.cc198 const AuthCredentials& credentials) {
200 return bound_job_->RestartTunnelWithProxyAuth(credentials);
197 RestartTunnelWithProxyAuth( const AuthCredentials& credentials) argument
H A Dhttp_auth_controller.cc180 const AuthCredentials* credentials = NULL; local
182 credentials = &identity_.credentials;
186 credentials, request,
230 identity_.credentials = entry->credentials();
297 // subsequent challenge, invalidate cached credentials for the
299 // authorization and requests credentials for a different
300 // realm, we keep the cached credentials.
363 // If the handler doesn't accept explicit credentials, the
384 ResetAuth(const AuthCredentials& credentials) argument
[all...]
H A Dhttp_transaction_test_util.cc262 const net::AuthCredentials& credentials,
261 RestartWithAuth( const net::AuthCredentials& credentials, const net::CompletionCallback& callback) argument
/external/chromium_org/net/url_request/
H A Durl_request_ftp_job.cc271 auth_data_->credentials,
276 auth_data_->credentials,
318 void URLRequestFtpJob::SetAuth(const AuthCredentials& credentials) { argument
323 auth_data_->credentials = credentials;
327 auth_data_->credentials);
391 ftp_auth_cache_->Remove(origin, auth_data_->credentials);
402 SetAuth(cached_auth->credentials);
H A Durl_request_job.cc179 void URLRequestJob::SetAuth(const AuthCredentials& credentials) { argument
H A Durl_request_test_util.cc541 AuthCredentials* credentials) {
537 OnAuthRequired( URLRequest* request, const AuthChallengeInfo& auth_info, const AuthCallback& callback, AuthCredentials* credentials) argument
/external/chromium_org/remoting/host/
H A Dgnubby_auth_handler_posix.cc56 bool MatchUid(const net::UnixDomainServerSocket::Credentials& credentials) { argument
57 bool allowed = credentials.user_id == getuid();
59 HOST_LOG << "Refused socket connection from uid " << credentials.user_id;
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dturnport.h60 const RelayCredentials& credentials,
64 credentials, server_priority);
75 const RelayCredentials& credentials,
78 username, password, server_address, credentials,
87 const RelayCredentials& credentials() const { return credentials_; } function in class:cricket::TurnPort
148 const RelayCredentials& credentials,
159 const RelayCredentials& credentials,
53 Create(rtc::Thread* thread, rtc::PacketSocketFactory* factory, rtc::Network* network, rtc::AsyncPacketSocket* socket, const std::string& username, const std::string& password, const ProtocolAddress& server_address, const RelayCredentials& credentials, int server_priority) argument
67 Create(rtc::Thread* thread, rtc::PacketSocketFactory* factory, rtc::Network* network, const rtc::IPAddress& ip, int min_port, int max_port, const std::string& username, const std::string& password, const ProtocolAddress& server_address, const RelayCredentials& credentials, int server_priority) argument
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/
H A Dbasicportallocator.h61 RelayCredentials credentials; member in struct:cricket::RelayServerConfig
/external/chromium_org/chrome/browser/local_discovery/wifi/
H A Dwifi_manager_nonchromeos.cc524 const WifiCredentials& credentials,
532 credentials.psk,
522 ConfigureAndConnectNetwork( const std::string& ssid, const WifiCredentials& credentials, const SuccessCallback& callback) argument
/external/chromium_org/chromeos/network/onc/
H A Donc_signature.cc495 const CredentialEntry credentials[] = { member in namespace:chromeos::onc::__anon6208
510 for (const CredentialEntry* entry = credentials;
/external/chromium_org/components/password_manager/core/browser/
H A Dpassword_form_manager.cc235 const PasswordForm& credentials,
238 DCHECK_NE(RESULT_NO_MATCH, DoesManage(credentials));
242 // still be "new" in the sense that we see these credentials for the first
245 base::string16 password_to_save(credentials.new_password_element.empty() ?
246 credentials.password_value : credentials.new_password_value);
251 // Look for these credentials in the list containing auto-fill entries.
253 best_matches_.find(credentials.username_value);
260 // If the autofilled credentials were only a PSL match, store a copy with
266 // Normally, the copy of the PSL matched credentials, adapte
234 ProvisionallySave( const PasswordForm& credentials, OtherPossibleUsernamesAction action) argument
[all...]
/external/chromium_org/net/base/
H A Dnetwork_delegate.cc122 AuthCredentials* credentials) {
124 return OnAuthRequired(request, auth_info, callback, credentials);
245 AuthCredentials* credentials) {
118 NotifyAuthRequired( URLRequest* request, const AuthChallengeInfo& auth_info, const AuthCallback& callback, AuthCredentials* credentials) argument
241 OnAuthRequired( URLRequest* request, const AuthChallengeInfo& auth_info, const AuthCallback& callback, AuthCredentials* credentials) argument
/external/chromium_org/sync/internal_api/
H A Dsync_rollback_manager_base.cc88 const SyncCredentials& credentials) {
87 UpdateCredentials( const SyncCredentials& credentials) argument
/external/chromium_org/sync/internal_api/test/
H A Dfake_sync_manager.cc116 void FakeSyncManager::UpdateCredentials(const SyncCredentials& credentials) { argument
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
H A DFetchRequestData.h79 void setCredentials(Credentials credentials) { m_credentials = credentials; } argument
80 Credentials credentials() const { return m_credentials; } function in class:blink::FINAL
/external/chromium_org/chrome/browser/extensions/api/networking_private/
H A Dnetworking_private_service_client.cc28 NetworkingPrivateServiceClient::CryptoVerify::Credentials* credentials) {
35 credentials->unsigned_data = JoinString(data_parts, ",");
36 if (!base::Base64Decode(properties.signed_data, &credentials->signed_data)) {
40 credentials->certificate = properties.certificate;
41 credentials->device_bssid = properties.device_bssid;
42 if (!base::Base64Decode(properties.public_key, &credentials->public_key)) {
384 CryptoVerify::Credentials credentials; local
385 if (!GetVerificationCredentials(verification_properties, &credentials)) {
397 credentials,
421 CryptoVerify::Credentials credentials; local
26 GetVerificationCredentials( const NetworkingPrivateDelegate::VerificationProperties& properties, NetworkingPrivateServiceClient::CryptoVerify::Credentials* credentials) argument
457 CryptoVerify::Credentials credentials; local
[all...]
/external/chromium_org/chrome/browser/net/
H A Dchrome_network_delegate.cc627 net::AuthCredentials* credentials) {
629 request, auth_info, callback, credentials);
623 OnAuthRequired( net::URLRequest* request, const net::AuthChallengeInfo& auth_info, const AuthCallback& callback, net::AuthCredentials* credentials) argument
/external/chromium_org/chrome/browser/password_manager/
H A Dnative_backend_gnome_x_unittest.cc477 // Saves |credentials| and then gets logins matching |url| and |scheme|.
480 // derived from |credentials|.)
481 bool CheckCredentialAvailability(const PasswordForm& credentials, argument
493 credentials));
518 CheckMockKeyringItem(&mock_keyring_items[0], credentials, "chrome-321");
/external/chromium_org/net/socket_stream/
H A Dsocket_stream_unittest.cc162 void SetAuthInfo(const AuthCredentials& credentials) { argument
163 credentials_ = credentials;
/external/chromium_org/net/websockets/
H A Dwebsocket_job.cc137 void WebSocketJob::RestartWithAuth(const AuthCredentials& credentials) { argument
139 socket_->RestartWithAuth(credentials);
/external/chromium_org/sync/tools/
H A Dsync_client.cc319 SyncCredentials credentials; local
320 credentials.email = command_line.GetSwitchValueASCII(kEmailSwitch);
321 credentials.sync_token = command_line.GetSwitchValueASCII(kTokenSwitch);
324 if (credentials.email.empty() || credentials.sync_token.empty()) {
441 args.credentials = credentials;
455 invalidator->UpdateCredentials(credentials.email, credentials.sync_token);
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_info_cache.cc341 std::string credentials; local
342 GetInfoForProfileAtIndex(index)->GetString(kAuthCredentialsKey, &credentials);
343 return credentials;
561 const std::string& credentials) {
564 info->SetString(kAuthCredentialsKey, credentials);
559 SetLocalAuthCredentialsOfProfileAtIndex( size_t index, const std::string& credentials) argument

Completed in 762 milliseconds

12345