Home
last modified time | relevance | path

Searched refs:NTResponse (Results 1 – 5 of 5) sorted by relevance

/external/ppp/pppd/
Dchap_ms.c542 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 …]
Dchap_ms.h109 u_char NTResponse[24], int IsServer);
115 u_char NTResponse[24], u_char PeerChallenge[16],
/external/libppp/src/
Dchap_ms.c215 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()
Dchap.h69 char NTResponse[24]; member
Dradius.c1004 memcpy(msresp2.response, keyv2->NTResponse, sizeof msresp2.response); in radius_Authenticate()