Searched refs:NtPasswordHash (Results 1 – 6 of 6) sorted by relevance
/freebsd/usr.sbin/ppp/ |
H A D | chap_ms.c | 134 NtPasswordHash(char *key, int keylen, char *hash) in NtPasswordHash() function 186 NtPasswordHash(Password, PasswordLen, PasswordHash); in GenerateNTResponse() 245 NtPasswordHash(Password, PasswordLen, PasswordHash); in GenerateAuthenticatorResponse()
|
H A D | chap_ms.h | 48 extern void NtPasswordHash(char *, int, char *);
|
H A D | chap.c | 211 NtPasswordHash(expkey, klen * 2, pwdhash); in chap_BuildAnswer()
|
/freebsd/contrib/wpa/hostapd/ |
H A D | hostapd.eap_user | 6 # NtPasswordHash (16-byte MD4 hash of the unicode presentation of the password
|
H A D | ChangeLog | 406 three-byte encoding EAP methods that use NtPasswordHash 1077 * added support for storing EAP user password as NtPasswordHash instead 1080 tool for hashing password to generate NtPasswordHash
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | ChangeLog | 638 three-byte encoding EAP methods that use NtPasswordHash 1533 * added support for configuring password as NtPasswordHash
|