Searched refs:pw_hash (Results 1 – 2 of 2) sorted by relevance
/external/wpa_supplicant_8/src/eap_peer/ |
D | eap_leap.c | 189 u8 response_len, pw_hash[16], pw_hash_hash[16], in eap_leap_process_response() local 236 if (nt_password_hash(password, password_len, pw_hash) || in eap_leap_process_response() 237 hash_nt_password_hash(pw_hash, pw_hash_hash)) { in eap_leap_process_response() 333 u8 *key, pw_hash_hash[16], pw_hash[16]; in eap_leap_getKey() local 355 if (nt_password_hash(password, password_len, pw_hash) || in eap_leap_getKey() 356 hash_nt_password_hash(pw_hash, pw_hash_hash)) { in eap_leap_getKey() 386 os_memset(pw_hash, 0, sizeof(pw_hash)); in eap_leap_getKey()
|
/external/wpa_supplicant_8/src/eap_server/ |
D | eap_server_mschapv2.c | 410 const u8 *pw_hash; in eap_mschapv2_process_response() local 420 pw_hash = sm->user->password; in eap_mschapv2_process_response() 428 pw_hash = pw_hash_buf; in eap_mschapv2_process_response() 431 pw_hash, peer_challenge, data->auth_challenge, in eap_mschapv2_process_response() 434 hash_nt_password_hash(pw_hash, pw_hash_hash) < 0 || in eap_mschapv2_process_response()
|