Searched refs:new_password (Results 1 – 9 of 9) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/src/eap_peer/ |
D | eap_mschapv2.c | 283 if (config && config->new_password) { in eap_mschapv2_password_changed() 295 nt_password_hash(config->new_password, in eap_mschapv2_password_changed() 299 os_free(config->new_password); in eap_mschapv2_password_changed() 301 config->password = config->new_password; in eap_mschapv2_password_changed() 304 config->new_password = NULL; in eap_mschapv2_password_changed() 449 if (config->new_password == NULL) { in eap_mschapv2_failure_txt() 477 const u8 *username, *password, *new_password; in eap_mschapv2_change_password() local 486 new_password = eap_get_config_new_password(sm, &new_password_len); in eap_mschapv2_change_password() 487 if (username == NULL || password == NULL || new_password == NULL) in eap_mschapv2_change_password() 512 new_password, new_password_len, in eap_mschapv2_change_password() [all …]
|
D | eap_config.h | 347 u8 *new_password; member
|
D | eap.c | 520 sm->config.new_password = NULL; in eap_peer_config_init() 561 sm->config.new_password = (u8 *)os_zalloc(sm->config.new_password_len); in eap_peer_config_init() 562 if (sm->config.new_password == NULL) in eap_peer_config_init() 564 os_memcpy(sm->config.new_password, g_wpa_new_password, in eap_peer_config_init() 646 os_free(sm->config.new_password); in eap_peer_config_deinit() 911 return config->new_password; in eap_get_config_new_password()
|
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/ |
D | esp_wpa2_api_port.c | 49 esp_err_t esp_wifi_sta_wpa2_ent_set_new_password(const unsigned char *new_password, int len) in esp_wifi_sta_wpa2_ent_set_new_password() argument 51 return esp_eap_client_set_new_password(new_password, len); in esp_wifi_sta_wpa2_ent_set_new_password()
|
D | esp_eap_client.c | 1051 esp_err_t esp_eap_client_set_new_password(const unsigned char *new_password, int len) in esp_eap_client_set_new_password() argument 1067 os_memcpy(g_wpa_new_password, new_password, len); in esp_eap_client_set_new_password()
|
/hal_espressif-latest/components/wpa_supplicant/src/crypto/ |
D | ms_funcs.h | 50 const u8 *new_password, size_t new_password_len, 56 const u8 *new_password, size_t new_password_len,
|
D | ms_funcs.c | 471 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()
|
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/include/ |
D | esp_eap_client.h | 165 esp_err_t esp_eap_client_set_new_password(const unsigned char *new_password, int len);
|
D | esp_wpa2.h | 143 esp_err_t esp_wifi_sta_wpa2_ent_set_new_password(const unsigned char *new_password, int len);
|