Searched refs:pw_hash_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 231 if (hash_nt_password_hash(password, pw_hash_hash)) { in eap_leap_process_response() 237 hash_nt_password_hash(pw_hash, pw_hash_hash)) { in eap_leap_process_response() 242 challenge_response(data->ap_challenge, pw_hash_hash, expected); in eap_leap_process_response() 333 u8 *key, pw_hash_hash[16], pw_hash[16]; in eap_leap_getKey() local 350 if (hash_nt_password_hash(password, pw_hash_hash)) { in eap_leap_getKey() 356 hash_nt_password_hash(pw_hash, pw_hash_hash)) { in eap_leap_getKey() 362 pw_hash_hash, 16); in eap_leap_getKey() 372 addr[0] = pw_hash_hash; in eap_leap_getKey() 387 os_memset(pw_hash_hash, 0, sizeof(pw_hash_hash)); in eap_leap_getKey()
|
/external/wpa_supplicant_8/src/eap_server/ |
D | eap_server_mschapv2.c | 411 u8 pw_hash_buf[16], pw_hash_hash[16]; in eap_mschapv2_process_response() local 434 hash_nt_password_hash(pw_hash, pw_hash_hash) < 0 || in eap_mschapv2_process_response() 435 get_master_key(pw_hash_hash, nt_response, in eap_mschapv2_process_response()
|