HomeSort by relevance Sort by last modified time
    Searched defs:authentication (Results 1 - 5 of 5) sorted by null

  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/
RecordingAuthenticator.java 28 public final PasswordAuthentication authentication; field in class:RecordingAuthenticator
30 public RecordingAuthenticator(PasswordAuthentication authentication) {
31 this.authentication = authentication;
56 return authentication;
  /external/chromium_org/chrome/browser/chromeos/login/auth/
login_performer.cc 235 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/
supervised_user_creation_controller_new.cc 170 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/
onc_translator_onc_to_shill.cc 124 std::string authentication; local
126 &authentication);
129 if (authentication == ::onc::ethernet::k8021X)
  /external/chromium_org/components/wifi/
wifi_service_win.cc 338 std::string* authentication,
1773 std::string authentication; local
    [all...]

Completed in 75 milliseconds