Searched defs:authentication (Results 1 - 5 of 5) sorted by relevance

/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/
H A DRecordingAuthenticator.java28 public final PasswordAuthentication authentication; field in class:RecordingAuthenticator
30 public RecordingAuthenticator(PasswordAuthentication authentication) { argument
31 this.authentication = authentication;
56 return authentication;
/external/chromium_org/chrome/browser/chromeos/login/auth/
H A Dlogin_performer.cc235 SupervisedUserAuthentication* authentication = local
238 UserContext user_context_copy = authentication->TransformKey(user_context);
240 if (authentication->GetPasswordSchema(user_context.GetUserID()) ==
/external/chromium_org/chrome/browser/chromeos/login/supervised/
H A Dsupervised_user_creation_controller_new.cc170 SupervisedUserAuthentication* authentication = local
179 creation_context_->master_key = authentication->GenerateMasterKey();
183 authentication->FillDataForNewUser(creation_context_->local_user_id,
195 authentication->StorePasswordData(creation_context_->local_user_id,
/external/chromium_org/chromeos/network/onc/
H A Donc_translator_onc_to_shill.cc124 std::string authentication; local
126 &authentication);
129 if (authentication == ::onc::ethernet::k8021X)
/external/chromium_org/components/wifi/
H A Dwifi_service_win.cc338 std::string* authentication,
1744 std::string* authentication,
1748 *authentication = kAuthenticationOpen;
1751 *authentication = kAuthenticationOpen;
1755 *authentication = kAuthenticationWpaPsk;
1759 *authentication = kAuthenticationWpa2Psk;
1772 // Get authentication and encryption values from security.
1773 std::string authentication; local
1778 &authentication,
1802 xml_writer.WriteElement("authentication", authenticatio
1741 AuthEncryptionFromSecurity( const std::string& security, EncryptionType encryption_type, std::string* authentication, std::string* encryption, std::string* key_type) const argument
[all...]

Completed in 181 milliseconds