HomeSort by relevance Sort by last modified time
    Searched full:nt_password_hash (Results 1 - 25 of 27) sorted by null

1 2

  /external/wpa_supplicant/
ms_funcs.h 42 void nt_password_hash(const u8 *password, size_t password_len,
ms_funcs.c 53 * nt_password_hash - NtPasswordHash() - RFC 2759, Sect. 8.3
58 void nt_password_hash(const u8 *password, size_t password_len, function
130 nt_password_hash(password, password_len, password_hash);
231 nt_password_hash(password, password_len, password_hash);
250 nt_password_hash(password, password_len, password_hash);
399 nt_password_hash(old_password, old_password_len, password_hash);
435 nt_password_hash(old_password, old_password_len, old_password_hash);
436 nt_password_hash(new_password, new_password_len, new_password_hash);
eap_leap.c 242 nt_password_hash(password, password_len, pw_hash);
348 nt_password_hash(password, password_len, pw_hash);
eap_mschapv2.c 212 nt_password_hash(password, password_len, password_hash);
  /external/wpa_supplicant_8/hostapd/
nt_password_hash.c 46 if (nt_password_hash((u8 *) password, strlen(password), password_hash))
Makefile 796 NOBJS = nt_password_hash.o ../src/crypto/ms_funcs.o $(SHA1OBJS) ../src/crypto/md5.o
823 nt_password_hash: $(NOBJS)
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
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
    [all...]
  /external/wpa_supplicant/tests/
test_ms_funcs.c 72 nt_password_hash(password, strlen(password), buf);
74 printf("nt_password_hash failed\n");
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
ms_funcs.c 53 * nt_password_hash - NtPasswordHash() - RFC 2759, Sect. 8.3
58 void nt_password_hash(const u8 *password, size_t password_len, function
130 nt_password_hash(password, password_len, password_hash);
231 nt_password_hash(password, password_len, password_hash);
250 nt_password_hash(password, password_len, password_hash);
403 nt_password_hash(old_password, old_password_len, password_hash);
441 nt_password_hash(old_password, old_password_len, old_password_hash);
442 nt_password_hash(new_password, new_password_len, new_password_hash);
ms_funcs.h 42 void nt_password_hash(const u8 *password, size_t password_len,
  /external/wpa_supplicant_6/wpa_supplicant/tests/
test_ms_funcs.c 72 nt_password_hash(password, strlen(password), buf);
74 printf("nt_password_hash failed\n");
  /external/wpa_supplicant_8/src/crypto/
ms_funcs.c 55 * nt_password_hash - NtPasswordHash() - RFC 2759, Sect. 8.3
61 int nt_password_hash(const u8 *password, size_t password_len, function
135 if (nt_password_hash(password, password_len, password_hash))
246 if (nt_password_hash(password, password_len, password_hash))
266 if (nt_password_hash(password, password_len, password_hash))
427 if (nt_password_hash(old_password, old_password_len, password_hash))
467 if (nt_password_hash(old_password, old_password_len,
469 nt_password_hash(new_password, new_password_len,
ms_funcs.h 42 int nt_password_hash(const u8 *password, size_t password_len,
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
mschapv2.c 98 nt_password_hash(password, password_len, password_hash);
eap_leap.c 238 nt_password_hash(password, password_len, pw_hash);
351 nt_password_hash(password, password_len, pw_hash);
eap_mschapv2.c 311 nt_password_hash(config->new_password,
550 nt_password_hash(new_password, new_password_len,
595 nt_password_hash(new_password, new_password_len, password_hash);
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap.h 40 * nt_password_hash() */
eap_mschapv2.c 401 nt_password_hash(sm->user->password,
eap_ttls.c 896 nt_password_hash(sm->user->password,
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
mschapv2.c 99 if (nt_password_hash(password, password_len, password_hash) ||
eap_leap.c 242 if (nt_password_hash(password, password_len, pw_hash) ||
361 if (nt_password_hash(password, password_len, pw_hash) ||
eap_mschapv2.c 317 nt_password_hash(config->new_password,
556 nt_password_hash(new_password, new_password_len,
601 nt_password_hash(new_password, new_password_len, password_hash);
  /external/wpa_supplicant_8/src/eap_server/
eap.h 40 * nt_password_hash() */
eap_server_mschapv2.c 408 nt_password_hash(sm->user->password,
  /external/wpa_supplicant_8/src/ap/
ap_config.h 122 * nt_password_hash() */

Completed in 1833 milliseconds

1 2