Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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.h623 u8 *new_password; member
Deap.c2897 return config->new_password; in eap_get_config_new_password()
/third_party/wpa_supplicant/wpa_supplicant-2.9/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.c2819 return config->new_password; in eap_get_config_new_password()
/third_party/wpa_supplicant/wpa_supplicant-2.9/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,
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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,
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dwpa_supplicant.c6913 bin_clear_free(eap->new_password, eap->new_password_len);
6914 eap->new_password = (u8 *) os_strdup(value);
Dconfig.c2562 bin_clear_free(eap->new_password, eap->new_password_len); in eap_peer_config_free()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dwpa_supplicant.c7906 bin_clear_free(eap->new_password, eap->new_password_len);
7907 eap->new_password = (u8 *) os_strdup(value);
Dconfig.c2789 bin_clear_free(eap->new_password, eap->new_password_len); in eap_peer_config_free()