Home
last modified time | relevance | path

Searched refs:hash_nt_password_hash (Results 1 - 18 of 18) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H A Dmschapv2.c96 if (hash_nt_password_hash(password, password_hash_hash)) in mschapv2_derive_response()
100 hash_nt_password_hash(password_hash, password_hash_hash)) in mschapv2_derive_response()
H A Deap_leap.c235 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()
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()
H A Deap_pwd.c404 res = hash_nt_password_hash(data->password, pwhashhash); in eap_pwd_perform_commit_exchange()
411 res = hash_nt_password_hash(pwhash, pwhashhash); in eap_pwd_perform_commit_exchange()
H A Deap_mschapv2.c615 hash_nt_password_hash(password_hash, password_hash_hash) || in eap_mschapv2_change_password()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H A Dmschapv2.c96 if (hash_nt_password_hash(password, password_hash_hash)) in mschapv2_derive_response()
100 hash_nt_password_hash(password_hash, password_hash_hash)) in mschapv2_derive_response()
H A Deap_leap.c235 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()
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()
H A Deap_pwd.c404 res = hash_nt_password_hash(data->password, pwhashhash); in eap_pwd_perform_commit_exchange()
411 res = hash_nt_password_hash(pwhash, pwhashhash); in eap_pwd_perform_commit_exchange()
H A Deap_mschapv2.c615 hash_nt_password_hash(password_hash, password_hash_hash) || in eap_mschapv2_change_password()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dms_funcs.h40 int hash_nt_password_hash(const u8 *password_hash, u8 *password_hash_hash);
H A Dms_funcs.c126 * hash_nt_password_hash - HashNtPasswordHash() - RFC 2759, Sect. 8.4
131 int hash_nt_password_hash(const u8 *password_hash, u8 *password_hash_hash) in hash_nt_password_hash() function
261 if (hash_nt_password_hash(password_hash, password_hash_hash) || in generate_authenticator_response_pwhash()
H A Dcrypto_module_tests.c2101 if (hash_nt_password_hash(password_hash, buf) || in test_ms_funcs()
2104 wpa_printf(MSG_ERROR, "hash_nt_password_hash failed"); in test_ms_funcs()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dms_funcs.h40 int hash_nt_password_hash(const u8 *password_hash, u8 *password_hash_hash);
H A Dms_funcs.c126 * hash_nt_password_hash - HashNtPasswordHash() - RFC 2759, Sect. 8.4
131 int hash_nt_password_hash(const u8 *password_hash, u8 *password_hash_hash) in hash_nt_password_hash() function
261 if (hash_nt_password_hash(password_hash, password_hash_hash) || in generate_authenticator_response_pwhash()
H A Dcrypto_module_tests.c2250 if (hash_nt_password_hash(password_hash, buf) || in test_ms_funcs()
2253 wpa_printf(MSG_ERROR, "hash_nt_password_hash failed"); in test_ms_funcs()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
H A Deap_server_mschapv2.c433 hash_nt_password_hash(pw_hash, pw_hash_hash) < 0 || in eap_mschapv2_process_response()
H A Deap_server_pwd.c620 res = hash_nt_password_hash(data->password, pwhashhash); in eap_pwd_process_id_resp()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
H A Deap_server_mschapv2.c433 hash_nt_password_hash(pw_hash, pw_hash_hash) < 0 || in eap_mschapv2_process_response()
H A Deap_server_pwd.c620 res = hash_nt_password_hash(data->password, pwhashhash); in eap_pwd_process_id_resp()

Completed in 19 milliseconds