Searched refs:hostapd_config_eap_user_salted (Results 1 - 2 of 2) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
H A D | ap_config_file.c | 246 static int hostapd_config_eap_user_salted(struct hostapd_eap_user *user, in hostapd_config_eap_user_salted() function 554 if (hostapd_config_eap_user_salted(user, "sha1", 20, in hostapd_config_read_eap_user() 560 if (hostapd_config_eap_user_salted(user, "sha256", 32, in hostapd_config_read_eap_user() 566 if (hostapd_config_eap_user_salted(user, "sha512", 64, in hostapd_config_read_eap_user()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
H A D | ap_config_file.c | 240 static int hostapd_config_eap_user_salted(struct hostapd_eap_user *user, in hostapd_config_eap_user_salted() function 548 if (hostapd_config_eap_user_salted(user, "sha1", 20, in hostapd_config_read_eap_user() 554 if (hostapd_config_eap_user_salted(user, "sha256", 32, in hostapd_config_read_eap_user() 560 if (hostapd_config_eap_user_salted(user, "sha512", 64, in hostapd_config_read_eap_user()
|
Completed in 9 milliseconds