Home
last modified time | relevance | path

Searched defs:new_password (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/autotest/client/cros/
H A Dcryptohome.py347 def add_le_key(user, password, new_password, new_key_label): argument
631 def change_password(user, password, new_password): argument
/aosp_15_r20/external/wpa_supplicant_8/src/crypto/
H A Dms_funcs.c471 const u8 *new_password, size_t new_password_len, in new_password_encrypted_with_old_nt_password_hash()
516 const u8 *new_password, size_t new_password_len, in old_nt_password_hash_encrypted_with_new_nt_password_hash()
/aosp_15_r20/external/wpa_supplicant_8/src/eap_peer/
H A Deap_config.h645 u8 *new_password; member
/aosp_15_r20/external/nos/host/generic/nugget/include/
Dapp_nugget.h128 struct nugget_app_password new_password; member
/aosp_15_r20/device/google/cuttlefish/host/commands/modem_simulator/
Dsim_service.cpp1633 auto new_password = cmd.GetNextStr(); in HandleChangePassword() local
/aosp_15_r20/external/wpa_supplicant_8/hs20/server/
H A Dspp_server.c423 static int new_password(char *buf, int buflen) in new_password() function