Home
last modified time | relevance | path

Searched refs:hash_nt_password_hash (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/wpa/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.c621 hash_nt_password_hash(password_hash, password_hash_hash) || in eap_mschapv2_change_password()
/freebsd/contrib/wpa/src/crypto/
H A Dms_funcs.c131 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 Dms_funcs.h40 int hash_nt_password_hash(const u8 *password_hash, u8 *password_hash_hash);
H A Dcrypto_module_tests.c2530 if (hash_nt_password_hash(password_hash, buf) || in test_ms_funcs()
/freebsd/contrib/wpa/src/eap_server/
H A Deap_server_mschapv2.c439 hash_nt_password_hash(pw_hash, pw_hash_hash) < 0 || in eap_mschapv2_process_response()
H A Deap_server_pwd.c631 res = hash_nt_password_hash(data->password, pwhashhash); in eap_pwd_process_id_resp()