Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/crypto/
Dms_funcs.c472 const u8 *old_password, size_t old_password_len, in new_password_encrypted_with_old_nt_password_hash() argument
477 if (nt_password_hash(old_password, old_password_len, password_hash)) in new_password_encrypted_with_old_nt_password_hash()
517 const u8 *old_password, size_t old_password_len, in old_nt_password_hash_encrypted_with_new_nt_password_hash() argument
522 if (nt_password_hash(old_password, old_password_len, in old_nt_password_hash_encrypted_with_new_nt_password_hash()
Dms_funcs.h51 const u8 *old_password, size_t old_password_len,
57 const u8 *old_password, size_t old_password_len,
/external/nos/host/android/hals/authsecret/
DAuthSecret.cpp89 memset(&msg->old_password.password, 0xff, NUGGET_UPDATE_PASSWORD_LEN); in TryEnrollCitadelUpdatePassword()
90 msg->old_password.digest = 0xffffffff; in TryEnrollCitadelUpdatePassword()
/external/nos/host/android/hals/authsecret/test/
Dtest.cpp59 return memcmp(msg->old_password.password, pwd, NUGGET_UPDATE_PASSWORD_LEN) == 0
60 && msg->old_password.digest == checksum;
/external/nos/host/generic/nugget/include/
Dapp_nugget.h126 struct nugget_app_password old_password; member
/external/nos/host/generic/citadel/updater/
Dupdater.cpp775 memcpy(&s->old_password.password, old_pw, len); in do_change_pw()
776 s->old_password.digest = in do_change_pw()
777 compute_digest(&s->old_password.password, in do_change_pw()
778 sizeof(s->old_password.password)); in do_change_pw()