Searched refs:NTResponse (Results 1 – 5 of 5) sorted by relevance
/external/ppp/pppd/ |
D | chap_ms.c | 542 u_char NTResponse[24]) in ChapMS_NT() 551 ChallengeResponse(rchallenge, PasswordHash, NTResponse); in ChapMS_NT() 556 char *secret, int secret_len, u_char NTResponse[24]) in ChapMS2_NT() 569 ChallengeResponse(Challenge, PasswordHash, NTResponse); in ChapMS2_NT() 598 u_char NTResponse[24], u_char PeerChallenge[16], in GenerateAuthenticatorResponse() 624 SHA1_Update(&sha1Context, NTResponse, 24); in GenerateAuthenticatorResponse() 645 u_char NTResponse[24], u_char PeerChallenge[16], in GenerateAuthenticatorResponsePlain() 659 GenerateAuthenticatorResponse(PasswordHashHash, NTResponse, PeerChallenge, in GenerateAuthenticatorResponsePlain() 714 u_char NTResponse[24], int IsServer) in mppe_set_keys2() 764 SHA1_Update(&sha1Context, NTResponse, 24); in mppe_set_keys2() [all …]
|
D | chap_ms.h | 109 u_char NTResponse[24], int IsServer); 115 u_char NTResponse[24], u_char PeerChallenge[16],
|
/external/libppp/src/ |
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()
|
D | chap.h | 69 char NTResponse[24]; member
|
D | radius.c | 1004 memcpy(msresp2.response, keyv2->NTResponse, sizeof msresp2.response); in radius_Authenticate()
|