/external/wpa_supplicant_6/wpa_supplicant/src/crypto/ |
D | ms_funcs.c | 58 void nt_password_hash(const u8 *password, size_t password_len, in nt_password_hash() function 130 nt_password_hash(password, password_len, password_hash); in generate_nt_response() 231 nt_password_hash(password, password_len, password_hash); in generate_authenticator_response() 250 nt_password_hash(password, password_len, password_hash); in nt_challenge_response() 403 nt_password_hash(old_password, old_password_len, password_hash); in new_password_encrypted_with_old_nt_password_hash() 441 nt_password_hash(old_password, old_password_len, old_password_hash); in old_nt_password_hash_encrypted_with_new_nt_password_hash() 442 nt_password_hash(new_password, new_password_len, new_password_hash); in old_nt_password_hash_encrypted_with_new_nt_password_hash()
|
D | ms_funcs.h | 42 void nt_password_hash(const u8 *password, size_t password_len,
|
/external/wpa_supplicant/ |
D | ms_funcs.c | 58 void nt_password_hash(const u8 *password, size_t password_len, in nt_password_hash() function 130 nt_password_hash(password, password_len, password_hash); in generate_nt_response() 231 nt_password_hash(password, password_len, password_hash); in generate_authenticator_response() 250 nt_password_hash(password, password_len, password_hash); in nt_challenge_response() 399 nt_password_hash(old_password, old_password_len, password_hash); in new_password_encrypted_with_old_nt_password_hash() 435 nt_password_hash(old_password, old_password_len, old_password_hash); in old_nt_password_hash_encrypted_with_new_nt_password_hash() 436 nt_password_hash(new_password, new_password_len, new_password_hash); in old_nt_password_hash_encrypted_with_new_nt_password_hash()
|
D | ms_funcs.h | 42 void nt_password_hash(const u8 *password, size_t password_len,
|
D | eap_leap.c | 242 nt_password_hash(password, password_len, pw_hash); in eap_leap_process_response() 348 nt_password_hash(password, password_len, pw_hash); in eap_leap_getKey()
|
D | eap_mschapv2.c | 212 nt_password_hash(password, password_len, password_hash); in eap_mschapv2_derive_response()
|
D | eap_ttls.c | 722 nt_password_hash(config->password, config->password_len, in eap_ttls_phase2_request_mschapv2()
|
/external/wpa_supplicant_8/src/crypto/ |
D | ms_funcs.c | 61 int nt_password_hash(const u8 *password, size_t password_len, in nt_password_hash() function 135 if (nt_password_hash(password, password_len, password_hash)) in generate_nt_response() 246 if (nt_password_hash(password, password_len, password_hash)) in generate_authenticator_response() 266 if (nt_password_hash(password, password_len, password_hash)) in nt_challenge_response() 427 if (nt_password_hash(old_password, old_password_len, password_hash)) in new_password_encrypted_with_old_nt_password_hash() 467 if (nt_password_hash(old_password, old_password_len, in old_nt_password_hash_encrypted_with_new_nt_password_hash() 469 nt_password_hash(new_password, new_password_len, in old_nt_password_hash_encrypted_with_new_nt_password_hash()
|
D | ms_funcs.h | 42 int nt_password_hash(const u8 *password, size_t password_len,
|
/external/wpa_supplicant_8/hostapd/ |
D | nt_password_hash.c | 46 if (nt_password_hash((u8 *) password, strlen(password), password_hash)) in main()
|
D | Makefile | 796 NOBJS = nt_password_hash.o ../src/crypto/ms_funcs.o $(SHA1OBJS) ../src/crypto/md5.o 823 nt_password_hash: $(NOBJS) target 824 $(Q)$(CC) $(LDFLAGS) -o nt_password_hash $(NOBJS) $(LIBS_n) 833 rm -f core *~ *.o hostapd hostapd_cli nt_password_hash hlr_auc_gw
|
D | ChangeLog | 299 * fixed nt_password_hash build [Bug 144] 308 * do not build nt_password_hash and hlr_auc_gw by default to avoid 310 build with 'make nt_password_hash' and 'make hlr_auc_gw' 368 authentication (hash:<16-octet hex value>); added nt_password_hash
|
/external/wpa_supplicant_6/wpa_supplicant/tests/ |
D | test_ms_funcs.c | 72 nt_password_hash(password, strlen(password), buf); in main()
|
/external/wpa_supplicant/tests/ |
D | test_ms_funcs.c | 72 nt_password_hash(password, strlen(password), buf); in main()
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/ |
D | mschapv2.c | 98 nt_password_hash(password, password_len, password_hash); in mschapv2_derive_response()
|
D | eap_leap.c | 238 nt_password_hash(password, password_len, pw_hash); in eap_leap_process_response() 351 nt_password_hash(password, password_len, pw_hash); in eap_leap_getKey()
|
D | eap_mschapv2.c | 311 nt_password_hash(config->new_password, in eap_mschapv2_password_changed() 550 nt_password_hash(new_password, new_password_len, in eap_mschapv2_change_password() 595 nt_password_hash(new_password, new_password_len, password_hash); in eap_mschapv2_change_password()
|
/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 | 242 if (nt_password_hash(password, password_len, pw_hash) || in eap_leap_process_response() 361 if (nt_password_hash(password, password_len, pw_hash) || in eap_leap_getKey()
|
D | eap_mschapv2.c | 317 nt_password_hash(config->new_password, in eap_mschapv2_password_changed() 556 nt_password_hash(new_password, new_password_len, in eap_mschapv2_change_password() 601 nt_password_hash(new_password, new_password_len, password_hash); in eap_mschapv2_change_password()
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/ |
D | eap_mschapv2.c | 401 nt_password_hash(sm->user->password, in eap_mschapv2_process_response()
|
D | eap_ttls.c | 896 nt_password_hash(sm->user->password, in eap_ttls_process_phase2_mschapv2()
|
/external/wpa_supplicant_8/src/eap_server/ |
D | eap_server_mschapv2.c | 408 nt_password_hash(sm->user->password, in eap_mschapv2_process_response()
|
D | eap_server_ttls.c | 874 nt_password_hash(sm->user->password, in eap_ttls_process_phase2_mschapv2()
|