/external/wpa_supplicant_6/wpa_supplicant/src/crypto/ |
D | ms_funcs.c | 398 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()
|
D | ms_funcs.h | 55 const u8 *old_password, size_t old_password_len, 61 const u8 *old_password, size_t old_password_len,
|
/external/wpa_supplicant/ |
D | ms_funcs.c | 394 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()
|
D | ms_funcs.h | 52 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/ |
D | ms_funcs.c | 422 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()
|
D | ms_funcs.h | 55 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/ |
D | authenticator.h | 73 const std::string& old_password,
|
D | password_changed_view.h | 39 virtual void RecoverEncryptedData(const std::string& old_password) = 0;
|
D | login_performer.h | 103 void RecoverEncryptedData(const std::string& old_password);
|
D | login_performer.cc | 291 void LoginPerformer::RecoverEncryptedData(const std::string& old_password) { in RecoverEncryptedData() argument 296 old_password, in RecoverEncryptedData()
|
D | existing_user_controller.h | 99 virtual void RecoverEncryptedData(const std::string& old_password);
|
D | existing_user_controller.cc | 431 const std::string& old_password) { in RecoverEncryptedData() argument 434 login_performer_->RecoverEncryptedData(old_password); in RecoverEncryptedData()
|
D | parallel_authenticator.h | 135 const std::string& old_password,
|
D | google_authenticator.cc | 360 void GoogleAuthenticator::RecoverEncryptedData(const std::string& old_password, in RecoverEncryptedData() argument 363 std::string old_hash = HashPassword(old_password); in RecoverEncryptedData()
|
D | mock_authenticator.h | 83 const std::string& old_password, in RecoverEncryptedData() argument
|
D | google_authenticator.h | 96 const std::string& old_password,
|
D | parallel_authenticator.cc | 213 const std::string& old_password, in RecoverEncryptedData() argument 215 std::string old_hash = HashPassword(old_password); in RecoverEncryptedData()
|