Searched refs:pw_hash_hash (Results 1 - 4 of 4) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
H A D | eap_leap.c | 193 u8 response_len, pw_hash[16], pw_hash_hash[16], in eap_leap_process_response() local 235 if (hash_nt_password_hash(password, pw_hash_hash)) { in eap_leap_process_response() 241 hash_nt_password_hash(pw_hash, pw_hash_hash)) { in eap_leap_process_response() 246 if (challenge_response(data->ap_challenge, pw_hash_hash, expected)) { in eap_leap_process_response() 340 u8 *key, pw_hash_hash[16], pw_hash[16]; in eap_leap_getKey() local 357 if (hash_nt_password_hash(password, pw_hash_hash)) { in eap_leap_getKey() 363 hash_nt_password_hash(pw_hash, pw_hash_hash)) { in eap_leap_getKey() 368 wpa_hexdump_key(MSG_DEBUG, "EAP-LEAP: pw_hash_hash", in eap_leap_getKey() 369 pw_hash_hash, 16); in eap_leap_getKey() 379 addr[0] = pw_hash_hash; in eap_leap_getKey() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
H A D | eap_leap.c | 193 u8 response_len, pw_hash[16], pw_hash_hash[16], in eap_leap_process_response() local 235 if (hash_nt_password_hash(password, pw_hash_hash)) { in eap_leap_process_response() 241 hash_nt_password_hash(pw_hash, pw_hash_hash)) { in eap_leap_process_response() 246 if (challenge_response(data->ap_challenge, pw_hash_hash, expected)) { in eap_leap_process_response() 340 u8 *key, pw_hash_hash[16], pw_hash[16]; in eap_leap_getKey() local 357 if (hash_nt_password_hash(password, pw_hash_hash)) { in eap_leap_getKey() 363 hash_nt_password_hash(pw_hash, pw_hash_hash)) { in eap_leap_getKey() 368 wpa_hexdump_key(MSG_DEBUG, "EAP-LEAP: pw_hash_hash", in eap_leap_getKey() 369 pw_hash_hash, 16); in eap_leap_getKey() 379 addr[0] = pw_hash_hash; in eap_leap_getKey() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
H A D | eap_server_mschapv2.c | 410 u8 pw_hash_buf[16], pw_hash_hash[16]; in eap_mschapv2_process_response() local 433 hash_nt_password_hash(pw_hash, pw_hash_hash) < 0 || in eap_mschapv2_process_response() 434 get_master_key(pw_hash_hash, nt_response, in eap_mschapv2_process_response()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
H A D | eap_server_mschapv2.c | 410 u8 pw_hash_buf[16], pw_hash_hash[16]; in eap_mschapv2_process_response() local 433 hash_nt_password_hash(pw_hash, pw_hash_hash) < 0 || in eap_mschapv2_process_response() 434 get_master_key(pw_hash_hash, nt_response, in eap_mschapv2_process_response()
|
Completed in 3 milliseconds