Home
last modified time | relevance | path

Searched refs:old_password (Results 1 – 17 of 17) sorted by relevance

/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
Dms_funcs.c398 const u8 *old_password, size_t old_password_len, in new_password_encrypted_with_old_nt_password_hash() argument
403 nt_password_hash(old_password, old_password_len, password_hash); in new_password_encrypted_with_old_nt_password_hash()
436 const u8 *old_password, size_t old_password_len, in old_nt_password_hash_encrypted_with_new_nt_password_hash() argument
441 nt_password_hash(old_password, old_password_len, old_password_hash); in old_nt_password_hash_encrypted_with_new_nt_password_hash()
Dms_funcs.h55 const u8 *old_password, size_t old_password_len,
61 const u8 *old_password, size_t old_password_len,
/external/wpa_supplicant/
Dms_funcs.c394 const u8 *old_password, size_t old_password_len, in new_password_encrypted_with_old_nt_password_hash() argument
399 nt_password_hash(old_password, old_password_len, password_hash); in new_password_encrypted_with_old_nt_password_hash()
430 const u8 *old_password, size_t old_password_len, in old_nt_password_hash_encrypted_with_new_nt_password_hash() argument
435 nt_password_hash(old_password, old_password_len, old_password_hash); in old_nt_password_hash_encrypted_with_new_nt_password_hash()
Dms_funcs.h52 const u8 *old_password, size_t old_password_len,
56 const u8 *old_password, size_t old_password_len,
/external/wpa_supplicant_8/src/crypto/
Dms_funcs.c422 const u8 *old_password, size_t old_password_len, in new_password_encrypted_with_old_nt_password_hash() argument
427 if (nt_password_hash(old_password, old_password_len, password_hash)) in new_password_encrypted_with_old_nt_password_hash()
462 const u8 *old_password, size_t old_password_len, in old_nt_password_hash_encrypted_with_new_nt_password_hash() argument
467 if (nt_password_hash(old_password, old_password_len, in old_nt_password_hash_encrypted_with_new_nt_password_hash()
Dms_funcs.h55 const u8 *old_password, size_t old_password_len,
61 const u8 *old_password, size_t old_password_len,
/external/chromium/chrome/browser/chromeos/login/
Dauthenticator.h73 const std::string& old_password,
Dpassword_changed_view.h39 virtual void RecoverEncryptedData(const std::string& old_password) = 0;
Dlogin_performer.h103 void RecoverEncryptedData(const std::string& old_password);
Dlogin_performer.cc291 void LoginPerformer::RecoverEncryptedData(const std::string& old_password) { in RecoverEncryptedData() argument
296 old_password, in RecoverEncryptedData()
Dexisting_user_controller.h99 virtual void RecoverEncryptedData(const std::string& old_password);
Dexisting_user_controller.cc431 const std::string& old_password) { in RecoverEncryptedData() argument
434 login_performer_->RecoverEncryptedData(old_password); in RecoverEncryptedData()
Dparallel_authenticator.h135 const std::string& old_password,
Dgoogle_authenticator.cc360 void GoogleAuthenticator::RecoverEncryptedData(const std::string& old_password, in RecoverEncryptedData() argument
363 std::string old_hash = HashPassword(old_password); in RecoverEncryptedData()
Dmock_authenticator.h83 const std::string& old_password, in RecoverEncryptedData() argument
Dgoogle_authenticator.h96 const std::string& old_password,
Dparallel_authenticator.cc213 const std::string& old_password, in RecoverEncryptedData() argument
215 std::string old_hash = HashPassword(old_password); in RecoverEncryptedData()