Home
last modified time | relevance | path

Searched refs:nt_password_hash (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/wpa/src/crypto/
H A Dms_funcs.c109 int nt_password_hash(const u8 *password, size_t password_len, in nt_password_hash() function
181 nt_password_hash(password, password_len, password_hash) || in generate_nt_response()
290 if (nt_password_hash(password, password_len, password_hash)) in generate_authenticator_response()
311 if (nt_password_hash(password, password_len, password_hash) || in nt_challenge_response()
477 if (nt_password_hash(old_password, old_password_len, password_hash)) in new_password_encrypted_with_old_nt_password_hash()
522 if (nt_password_hash(old_password, old_password_len, in old_nt_password_hash_encrypted_with_new_nt_password_hash()
524 nt_password_hash(new_password, new_password_len, in old_nt_password_hash_encrypted_with_new_nt_password_hash()
H A Dms_funcs.h38 int nt_password_hash(const u8 *password, size_t password_len,
H A Dcrypto_module_tests.c2516 if (nt_password_hash((u8 *) password, os_strlen(password), buf) || in test_ms_funcs()
/freebsd/contrib/wpa/hostapd/
H A Dnt_password_hash.c40 if (nt_password_hash((u8 *) password, strlen(password), password_hash)) in main()
H A DChangeLog1010 * fixed nt_password_hash build [Bug 144]
1019 * do not build nt_password_hash and hlr_auc_gw by default to avoid
1021 build with 'make nt_password_hash' and 'make hlr_auc_gw'
1079 authentication (hash:<16-octet hex value>); added nt_password_hash
/freebsd/contrib/wpa/src/eap_peer/
H A Dmschapv2.c99 if (nt_password_hash(password, password_len, password_hash) || in mschapv2_derive_response()
H A Deap_leap.c240 if (nt_password_hash(password, password_len, pw_hash) || in eap_leap_process_response()
362 if (nt_password_hash(password, password_len, pw_hash) || in eap_leap_getKey()
H A Deap_mschapv2.c317 nt_password_hash(config->new_password, in eap_mschapv2_password_changed()
573 if (nt_password_hash(new_password, new_password_len, in eap_mschapv2_change_password()
620 if (nt_password_hash(new_password, new_password_len, password_hash) || in eap_mschapv2_change_password()
H A Deap_pwd.c408 res = nt_password_hash(data->password, in eap_pwd_perform_commit_exchange()
/freebsd/contrib/wpa/src/eap_server/
H A Deap_server_mschapv2.c427 if (nt_password_hash(sm->user->password, in eap_mschapv2_process_response()