Home
last modified time | relevance | path

Searched refs:pw_hash (Results 1 – 4 of 4) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
Deap_leap.c193 u8 response_len, pw_hash[16], pw_hash_hash[16], in eap_leap_process_response() local
240 if (nt_password_hash(password, password_len, pw_hash) || in eap_leap_process_response()
241 hash_nt_password_hash(pw_hash, pw_hash_hash)) { in eap_leap_process_response()
340 u8 *key, pw_hash_hash[16], pw_hash[16]; in eap_leap_getKey() local
362 if (nt_password_hash(password, password_len, pw_hash) || in eap_leap_getKey()
363 hash_nt_password_hash(pw_hash, pw_hash_hash)) { in eap_leap_getKey()
393 forced_memzero(pw_hash, sizeof(pw_hash)); in eap_leap_getKey()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
Deap_leap.c193 u8 response_len, pw_hash[16], pw_hash_hash[16], in eap_leap_process_response() local
240 if (nt_password_hash(password, password_len, pw_hash) || in eap_leap_process_response()
241 hash_nt_password_hash(pw_hash, pw_hash_hash)) { in eap_leap_process_response()
340 u8 *key, pw_hash_hash[16], pw_hash[16]; in eap_leap_getKey() local
362 if (nt_password_hash(password, password_len, pw_hash) || in eap_leap_getKey()
363 hash_nt_password_hash(pw_hash, pw_hash_hash)) { in eap_leap_getKey()
393 forced_memzero(pw_hash, sizeof(pw_hash)); in eap_leap_getKey()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
Deap_server_mschapv2.c409 const u8 *pw_hash; in eap_mschapv2_process_response() local
419 pw_hash = sm->user->password; in eap_mschapv2_process_response()
427 pw_hash = pw_hash_buf; in eap_mschapv2_process_response()
430 pw_hash, peer_challenge, data->auth_challenge, in eap_mschapv2_process_response()
433 hash_nt_password_hash(pw_hash, pw_hash_hash) < 0 || in eap_mschapv2_process_response()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
Deap_server_mschapv2.c409 const u8 *pw_hash; in eap_mschapv2_process_response() local
419 pw_hash = sm->user->password; in eap_mschapv2_process_response()
427 pw_hash = pw_hash_buf; in eap_mschapv2_process_response()
430 pw_hash, peer_challenge, data->auth_challenge, in eap_mschapv2_process_response()
433 hash_nt_password_hash(pw_hash, pw_hash_hash) < 0 || in eap_mschapv2_process_response()