Searched refs:pw_hash_hash (Results 1 – 2 of 2) sorted by relevance
/hostap-3.6.0/src/eap_peer/ |
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() 369 pw_hash_hash, 16); in eap_leap_getKey() 379 addr[0] = pw_hash_hash; in eap_leap_getKey() 394 forced_memzero(pw_hash_hash, sizeof(pw_hash_hash)); in eap_leap_getKey()
|
/hostap-3.6.0/src/eap_server/ |
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()
|