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

/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
H A Dms_funcs.h55 const u8 *old_password, size_t old_password_len,
61 const u8 *old_password, size_t old_password_len,
H A Dms_funcs.c391 * @old_password: 0-to-256-unicode-char OldPassword (IN; ASCII)
392 * @old_password_len: Length of old_password
398 const u8 *old_password, size_t old_password_len,
403 nt_password_hash(old_password, old_password_len, password_hash);
430 * @old_password: 0-to-256-unicode-char OldPassword (IN; ASCII)
431 * @old_password_len: Length of old_password
436 const u8 *old_password, size_t old_password_len,
441 nt_password_hash(old_password, old_password_len, old_password_hash);
396 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
434 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/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.c463 * @old_password: 0-to-256-unicode-char OldPassword (IN; UTF-8)
464 * @old_password_len: Length of old_password
470 const u8 *old_password, size_t old_password_len,
475 if (nt_password_hash(old_password, old_password_len, password_hash))
503 * @old_password: 0-to-256-unicode-char OldPassword (IN; UTF-8)
504 * @old_password_len: Length of old_password
510 const u8 *old_password, size_t old_password_len,
515 if (nt_password_hash(old_password, old_password_len,
468 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
508 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.c463 * @old_password: 0-to-256-unicode-char OldPassword (IN; UTF-8)
464 * @old_password_len: Length of old_password
470 const u8 *old_password, size_t old_password_len,
475 if (nt_password_hash(old_password, old_password_len, password_hash))
503 * @old_password: 0-to-256-unicode-char OldPassword (IN; UTF-8)
504 * @old_password_len: Length of old_password
510 const u8 *old_password, size_t old_password_len,
515 if (nt_password_hash(old_password, old_password_len,
468 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
508 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.c463 * @old_password: 0-to-256-unicode-char OldPassword (IN; UTF-8)
464 * @old_password_len: Length of old_password
470 const u8 *old_password, size_t old_password_len,
475 if (nt_password_hash(old_password, old_password_len, password_hash))
503 * @old_password: 0-to-256-unicode-char OldPassword (IN; UTF-8)
504 * @old_password_len: Length of old_password
510 const u8 *old_password, size_t old_password_len,
515 if (nt_password_hash(old_password, old_password_len,
468 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
508 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/chrome/browser/chromeos/login/
H A Dauthenticator.h69 // forward to use his new password. |old_password| is the password
73 const std::string& old_password,
H A Dpassword_changed_view.h38 // User provided |old_password|, decrypt homedir and sync only delta.
39 virtual void RecoverEncryptedData(const std::string& old_password) = 0;
H A Dlogin_performer.h102 // Migrates cryptohome using |old_password| specified.
103 void RecoverEncryptedData(const std::string& old_password);
H A Dexisting_user_controller.h99 virtual void RecoverEncryptedData(const std::string& old_password);
H A Dgoogle_authenticator.h96 const std::string& old_password,
H A Dmock_authenticator.h83 const std::string& old_password,
82 RecoverEncryptedData( const std::string& old_password, const GaiaAuthConsumer::ClientLoginResult& credentials) argument
H A Dparallel_authenticator.h135 const std::string& old_password,
H A Dexisting_user_controller.cc431 const std::string& old_password) {
434 login_performer_->RecoverEncryptedData(old_password);
430 RecoverEncryptedData( const std::string& old_password) argument
H A Dlogin_performer.cc291 void LoginPerformer::RecoverEncryptedData(const std::string& old_password) { argument
296 old_password,
H A Dgoogle_authenticator.cc360 void GoogleAuthenticator::RecoverEncryptedData(const std::string& old_password, argument
363 std::string old_hash = HashPassword(old_password);
H A Dparallel_authenticator.cc213 const std::string& old_password,
215 std::string old_hash = HashPassword(old_password);
212 RecoverEncryptedData( const std::string& old_password, const GaiaAuthConsumer::ClientLoginResult& credentials) argument

Completed in 176 milliseconds