Searched refs:nt_password_hash (Results 1 – 11 of 11) sorted by relevance
/external/wpa_supplicant_8/src/crypto/ |
D | ms_funcs.c | 109 int nt_password_hash(const u8 *password, size_t password_len, in nt_password_hash() function 179 if (nt_password_hash(password, password_len, password_hash)) in generate_nt_response() 291 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() 517 if (nt_password_hash(old_password, old_password_len, in old_nt_password_hash_encrypted_with_new_nt_password_hash() 519 nt_password_hash(new_password, new_password_len, in old_nt_password_hash_encrypted_with_new_nt_password_hash()
|
D | ms_funcs.h | 38 int nt_password_hash(const u8 *password, size_t password_len,
|
D | crypto_module_tests.c | 1607 if (nt_password_hash((u8 *) password, os_strlen(password), buf) || in test_ms_funcs()
|
/external/wpa_supplicant_8/hostapd/ |
D | nt_password_hash.c | 40 if (nt_password_hash((u8 *) password, strlen(password), password_hash)) in main()
|
D | Makefile | 959 NOBJS = nt_password_hash.o ../src/crypto/ms_funcs.o $(SHA1OBJS) 987 nt_password_hash: $(NOBJS) target 988 $(Q)$(CC) $(LDFLAGS) -o nt_password_hash $(NOBJS) $(LIBS_n) 1001 rm -f core *~ *.o hostapd hostapd_cli nt_password_hash hlr_auc_gw
|
D | ChangeLog | 687 * fixed nt_password_hash build [Bug 144] 696 * do not build nt_password_hash and hlr_auc_gw by default to avoid 698 build with 'make nt_password_hash' and 'make hlr_auc_gw' 756 authentication (hash:<16-octet hex value>); added nt_password_hash
|
/external/wpa_supplicant_8/src/eap_peer/ |
D | mschapv2.c | 99 if (nt_password_hash(password, password_len, password_hash) || in mschapv2_derive_response()
|
D | eap_leap.c | 236 if (nt_password_hash(password, password_len, pw_hash) || in eap_leap_process_response() 355 if (nt_password_hash(password, password_len, pw_hash) || in eap_leap_getKey()
|
D | eap_mschapv2.c | 313 nt_password_hash(config->new_password, in eap_mschapv2_password_changed() 564 if (nt_password_hash(new_password, new_password_len, in eap_mschapv2_change_password() 611 if (nt_password_hash(new_password, new_password_len, password_hash) || in eap_mschapv2_change_password()
|
D | eap_pwd.c | 296 res = nt_password_hash(data->password, in eap_pwd_perform_id_exchange()
|
/external/wpa_supplicant_8/src/eap_server/ |
D | eap_server_mschapv2.c | 422 if (nt_password_hash(sm->user->password, in eap_mschapv2_process_response()
|