HomeSort by relevance Sort by last modified time
    Searched full:old_password (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/components/autofill/content/renderer/
password_form_conversion_utils.cc 32 WebInputElement* old_password) {
44 *old_password = passwords[0];
55 *old_password = passwords[0];
58 *old_password = passwords[0];
130 WebInputElement old_password; local
131 if (!LocateSpecificPasswords(passwords, &password, &old_password))
154 if (!old_password.isNull()) {
155 password_form->old_password_element = old_password.nameForAutofill();
156 password_form->old_password_value = old_password.value();
  /external/wpa_supplicant_8/src/crypto/
ms_funcs.h 49 const u8 *old_password, size_t old_password_len,
55 const u8 *old_password, size_t old_password_len,
ms_funcs.c 466 * @old_password: 0-to-256-unicode-char OldPassword (IN; UTF-8)
467 * @old_password_len: Length of old_password
473 const u8 *old_password, size_t old_password_len,
478 if (nt_password_hash(old_password, old_password_len, password_hash))
506 * @old_password: 0-to-256-unicode-char OldPassword (IN; UTF-8)
507 * @old_password_len: Length of old_password
513 const u8 *old_password, size_t old_password_len,
518 if (nt_password_hash(old_password, old_password_len,
  /external/chromium_org/chrome/browser/chromeos/login/auth/
mock_authenticator.h 42 const std::string& old_password) OVERRIDE;
authenticator.h 80 // forward to use his new password. |old_password| is the password
83 const std::string& old_password) = 0;
mock_authenticator.cc 95 void MockAuthenticator::RecoverEncryptedData(const std::string& old_password) {
login_performer.h 90 // Migrates cryptohome using |old_password| specified.
91 void RecoverEncryptedData(const std::string& old_password);
login_performer.cc 311 void LoginPerformer::RecoverEncryptedData(const std::string& old_password) {
315 old_password));
parallel_authenticator.cc 164 const std::string& old_password,
175 TransformKeyIfNeeded(Key(old_password), system_salt);
462 const std::string& old_password) {
470 old_password));
parallel_authenticator.h 148 const std::string& old_password) OVERRIDE;
  /packages/apps/Settings/res/layout/
credentials_dialog.xml 46 <EditText android:id="@+id/old_password"
  /external/chromium_org/chrome/browser/chromeos/login/ui/
login_display.h 64 // Decrypt cryptohome using user provided |old_password|
66 virtual void MigrateUserData(const std::string& old_password) = 0;
webui_login_display.h 61 virtual void MigrateUserData(const std::string& old_password) OVERRIDE;
webui_login_display.cc 274 void WebUILoginDisplay::MigrateUserData(const std::string& old_password) {
277 delegate_->MigrateUserData(old_password);
  /external/chromium_org/chrome/browser/chromeos/login/
app_launch_signin_screen.h 61 virtual void MigrateUserData(const std::string& old_password) OVERRIDE;
app_launch_signin_screen.cc 103 void AppLaunchSigninScreen::MigrateUserData(const std::string& old_password) {
existing_user_controller.h 85 virtual void MigrateUserData(const std::string& old_password) OVERRIDE;
existing_user_controller.cc 509 void ExistingUserController::MigrateUserData(const std::string& old_password) {
512 login_performer_->RecoverEncryptedData(old_password);
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/lock/
webui_screen_locker.h 83 virtual void MigrateUserData(const std::string& old_password) OVERRIDE;
webui_screen_locker.cc 258 void WebUIScreenLocker::MigrateUserData(const std::string& old_password) {
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
signin_screen_handler.h 129 // Decrypt cryptohome using user provided |old_password|
131 virtual void MigrateUserData(const std::string& old_password) = 0;
signin_screen_handler.cc     [all...]
  /packages/apps/Settings/src/com/android/settings/
CredentialStorage.java 438 mOldPassword = (TextView) view.findViewById(R.id.old_password);

Completed in 1820 milliseconds