HomeSort by relevance Sort by last modified time
    Searched refs:NTResponse (Results 1 - 5 of 5) sorted by null

  /external/ppp/pppd/
chap_ms.h 109 u_char NTResponse[24], int IsServer);
115 u_char NTResponse[24], u_char PeerChallenge[16],
chap_ms.c 542 u_char NTResponse[24])
551 ChallengeResponse(rchallenge, PasswordHash, NTResponse);
556 char *secret, int secret_len, u_char NTResponse[24])
569 ChallengeResponse(Challenge, PasswordHash, NTResponse);
598 u_char NTResponse[24], u_char PeerChallenge[16],
624 SHA1_Update(&sha1Context, NTResponse, 24);
645 u_char NTResponse[24], u_char PeerChallenge[16],
659 GenerateAuthenticatorResponse(PasswordHashHash, NTResponse, PeerChallenge,
714 u_char NTResponse[24], int IsServer)
764 SHA1_Update(&sha1Context, NTResponse, 24)
    [all...]
  /external/libppp/src/
chap.h 69 char NTResponse[24];
chap_ms.c 215 char *NTResponse, char *PeerChallenge,
253 SHA1_Update(&Context, NTResponse, 24);
278 GetMasterKey(char *PasswordHashHash, char *NTResponse, char *MasterKey)
289 SHA1_Update(&Context, NTResponse, 24);
radius.c 1004 memcpy(msresp2.response, keyv2->NTResponse, sizeof msresp2.response);
    [all...]

Completed in 1546 milliseconds