Searched refs:old_password (Results 1 - 25 of 25) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dms_funcs.h49 const u8 *old_password, size_t old_password_len,
55 const u8 *old_password, size_t old_password_len,
H A Dms_funcs.c466 * @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,
471 new_password_encrypted_with_old_nt_password_hash( const u8 *new_password, size_t new_password_len, const u8 *old_password, size_t old_password_len, u8 *encrypted_pw_block) argument
511 old_nt_password_hash_encrypted_with_new_nt_password_hash( const u8 *new_password, size_t new_password_len, const u8 *old_password, size_t old_password_len, u8 *encrypted_password_hash) argument
/external/wpa_supplicant_8/src/crypto/
H A Dms_funcs.h49 const u8 *old_password, size_t old_password_len,
55 const u8 *old_password, size_t old_password_len,
H A Dms_funcs.c466 * @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,
471 new_password_encrypted_with_old_nt_password_hash( const u8 *new_password, size_t new_password_len, const u8 *old_password, size_t old_password_len, u8 *encrypted_pw_block) argument
511 old_nt_password_hash_encrypted_with_new_nt_password_hash( const u8 *new_password, size_t new_password_len, const u8 *old_password, size_t old_password_len, u8 *encrypted_password_hash) argument
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dms_funcs.h49 const u8 *old_password, size_t old_password_len,
55 const u8 *old_password, size_t old_password_len,
H A Dms_funcs.c466 * @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,
471 new_password_encrypted_with_old_nt_password_hash( const u8 *new_password, size_t new_password_len, const u8 *old_password, size_t old_password_len, u8 *encrypted_pw_block) argument
511 old_nt_password_hash_encrypted_with_new_nt_password_hash( const u8 *new_password, size_t new_password_len, const u8 *old_password, size_t old_password_len, u8 *encrypted_password_hash) argument
/external/chromium_org/chromeos/login/auth/
H A Dauthenticator.h81 // forward to use his new password. |old_password| is the password
83 virtual void RecoverEncryptedData(const std::string& old_password) = 0;
H A Dmock_authenticator.h42 virtual void RecoverEncryptedData(const std::string& old_password) OVERRIDE;
H A Dmock_authenticator.cc94 void MockAuthenticator::RecoverEncryptedData(const std::string& old_password) { argument
H A Dcryptohome_authenticator.h147 virtual void RecoverEncryptedData(const std::string& old_password) OVERRIDE;
H A Dcryptohome_authenticator.cc310 const std::string& old_password,
320 TransformKeyIfNeeded(Key(old_password), system_salt);
583 const std::string& old_password) {
591 old_password));
307 Migrate(AuthAttemptState* attempt, scoped_refptr<CryptohomeAuthenticator> resolver, bool passing_old_hash, const std::string& old_password, const std::string& system_salt) argument
582 RecoverEncryptedData( const std::string& old_password) argument
/external/chromium_org/chrome/browser/chromeos/login/auth/
H A Dlogin_performer.h89 // Migrates cryptohome using |old_password| specified.
90 void RecoverEncryptedData(const std::string& old_password);
H A Dlogin_performer.cc312 void LoginPerformer::RecoverEncryptedData(const std::string& old_password) { argument
316 old_password));
/external/chromium_org/chrome/browser/chromeos/login/
H A Dapp_launch_signin_screen.h59 virtual void MigrateUserData(const std::string& old_password) OVERRIDE;
H A Dapp_launch_signin_screen.cc98 void AppLaunchSigninScreen::MigrateUserData(const std::string& old_password) { argument
H A Dexisting_user_controller.h90 virtual void MigrateUserData(const std::string& old_password) OVERRIDE;
H A Dexisting_user_controller.cc573 void ExistingUserController::MigrateUserData(const std::string& old_password) { argument
576 login_performer_->RecoverEncryptedData(old_password);
/external/chromium_org/chrome/browser/chromeos/login/ui/
H A Dlogin_display.h46 // Decrypt cryptohome using user provided |old_password|
48 virtual void MigrateUserData(const std::string& old_password) = 0;
H A Dwebui_login_display.cc265 void WebUILoginDisplay::MigrateUserData(const std::string& old_password) { argument
268 delegate_->MigrateUserData(old_password);
H A Dwebui_login_display.h57 virtual void MigrateUserData(const std::string& old_password) OVERRIDE;
/external/chromium_org/chrome/browser/chromeos/login/lock/
H A Dwebui_screen_locker.h83 virtual void MigrateUserData(const std::string& old_password) OVERRIDE;
H A Dwebui_screen_locker.cc251 void WebUIScreenLocker::MigrateUserData(const std::string& old_password) { argument
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dsignin_screen_handler.h117 // Decrypt cryptohome using user provided |old_password|
119 virtual void MigrateUserData(const std::string& old_password) = 0;
H A Dsignin_screen_handler.cc1303 const std::string& old_password) {
1305 delegate_->MigrateUserData(old_password);
1302 HandleMigrateUserData( const std::string& old_password) argument
/external/chromium_org/chrome/renderer/autofill/
H A Dpassword_autofill_agent_browsertest.cc1600 const std::string old_password(password_element_.value().utf8());
1601 const std::string new_password(old_password + "modify");

Completed in 421 milliseconds