Searched refs:NTResponse (Results 1 – 3 of 3) sorted by relevance
/freebsd/usr.sbin/ppp/ |
H A D | chap_ms.c | 215 char *NTResponse, char *PeerChallenge, in GenerateAuthenticatorResponse() argument 253 SHA1_Update(&Context, NTResponse, 24); in GenerateAuthenticatorResponse() 278 GetMasterKey(char *PasswordHashHash, char *NTResponse, char *MasterKey) in GetMasterKey() argument 289 SHA1_Update(&Context, NTResponse, 24); in GetMasterKey()
|
H A D | chap.h | 69 char NTResponse[24]; member
|
H A D | radius.c | 1004 memcpy(msresp2.response, keyv2->NTResponse, sizeof msresp2.response); in radius_Authenticate()
|