Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/eap_peer/
H A 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()
/freebsd/contrib/wpa/src/eap_server/
H A Deap_server_mschapv2.c415 const u8 *pw_hash; in eap_mschapv2_process_response() local
425 pw_hash = sm->user->password; in eap_mschapv2_process_response()
433 pw_hash = pw_hash_buf; in eap_mschapv2_process_response()
436 pw_hash, peer_challenge, data->auth_challenge, in eap_mschapv2_process_response()
439 hash_nt_password_hash(pw_hash, pw_hash_hash) < 0 || in eap_mschapv2_process_response()