Home
last modified time | relevance | path

Searched refs:new_password (Results 1 – 15 of 15) sorted by relevance

/external/wpa_supplicant_8/src/eap_peer/
Deap_mschapv2.c299 if (config && config->new_password) { in eap_mschapv2_password_changed()
311 nt_password_hash(config->new_password, in eap_mschapv2_password_changed()
319 bin_clear_free(config->new_password, in eap_mschapv2_password_changed()
322 config->password = config->new_password; in eap_mschapv2_password_changed()
325 config->new_password = NULL; in eap_mschapv2_password_changed()
486 if (config->new_password == NULL) { in eap_mschapv2_failure_txt()
519 const u8 *username, *password, *new_password; in eap_mschapv2_change_password()
528 new_password = eap_get_config_new_password(sm, &new_password_len); in eap_mschapv2_change_password()
529 if (username == NULL || password == NULL || new_password == NULL) in eap_mschapv2_change_password()
554 new_password, new_password_len, in eap_mschapv2_change_password()
[all …]
Deap_config.h734 u8 *new_password; member
Deap.c2823 return config->new_password; in eap_get_config_new_password()
/external/autotest/client/site_tests/platform_CryptohomeChangePassword/
Dplatform_CryptohomeChangePassword.py30 new_password = 'this_is_a_new_password'
31 cryptohome.change_password(test_user, test_password, new_password)
34 cryptohome.mount_vault(test_user, new_password)
/external/autotest/client/site_tests/platform_CryptohomeLECredentialManager/
Dplatform_CryptohomeLECredentialManager.py67 new_key_label=self.KEY_LABEL, new_password=self.GOOD_PIN)
113 new_key_label=self.KEY_LABEL, new_password=self.GOOD_PIN)
116 new_key_label=self.KEY_LABEL2, new_password=self.GOOD_PIN)
/external/wpa_supplicant_8/src/crypto/
Dms_funcs.c471 const u8 *new_password, size_t new_password_len, in new_password_encrypted_with_old_nt_password_hash() argument
479 if (encrypt_pw_block_with_password_hash(new_password, 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() argument
524 nt_password_hash(new_password, new_password_len, in old_nt_password_hash_encrypted_with_new_nt_password_hash()
Dms_funcs.h50 const u8 *new_password, size_t new_password_len,
56 const u8 *new_password, size_t new_password_len,
/external/autotest/client/cros/
Dcryptohome.py345 def add_le_key(user, password, new_password, new_key_label): argument
349 '--new_password=%s' % new_password]
603 def change_password(user, password, new_password): argument
609 '--password=%s' % new_password]
/external/nos/host/android/hals/authsecret/test/
Dtest.cpp66 return memcmp(msg->new_password.password, pwd, NUGGET_UPDATE_PASSWORD_LEN) == 0
67 && msg->new_password.digest == checksum;
/external/nos/host/generic/nugget/include/
Dapp_nugget.h127 struct nugget_app_password new_password; member
/external/nos/host/android/hals/authsecret/
DAuthSecret.cpp87 msg->new_password = password; in TryEnrollCitadelUpdatePassword()
/external/nos/host/generic/citadel/updater/
Dupdater.cpp783 memcpy(&s->new_password.password, new_pw, len); in do_change_pw()
784 s->new_password.digest = in do_change_pw()
785 compute_digest(&s->new_password.password, in do_change_pw()
786 sizeof(s->new_password.password)); in do_change_pw()
/external/wpa_supplicant_8/hs20/server/
Dspp_server.c423 static int new_password(char *buf, int buflen) in new_password() function
709 if (new_password(new_pw, new_pw_len) < 0) in build_credential()
1582 if (add_est_user && new_password(password, sizeof(password)) < 0) in spp_exec_get_certificate()
1673 if (pw == NULL || new_password(pw, 11) < 0) { in hs20_user_input_registration()
1990 if (new_password(dmacc_username, sizeof(dmacc_username)) < 0 || in hs20_sim_provisioning()
1991 new_password(dmacc_password, sizeof(dmacc_password)) < 0) { in hs20_sim_provisioning()
/external/wpa_supplicant_8/wpa_supplicant/
Dwpa_supplicant.c6901 bin_clear_free(eap->new_password, eap->new_password_len); in wpa_supplicant_ctrl_rsp_handle()
6902 eap->new_password = (u8 *) os_strdup(value); in wpa_supplicant_ctrl_rsp_handle()
Dconfig.c2561 bin_clear_free(eap->new_password, eap->new_password_len); in eap_peer_config_free()