HomeSort by relevance Sort by last modified time
    Searched full:ntresponse (Results 1 - 7 of 7) 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);
chap.c 188 char *ntresponse; local
208 ntresponse = digest + CHAP81_NTRESPONSE_OFF;
214 /* Generate NTRESPONSE to respond on challenge call */
216 expkey, klen * 2, ntresponse);
219 GetMasterKey(pwdhashhash, ntresponse, MPPE_MasterKey); /* XXX Global ! */
222 GenerateAuthenticatorResponse(expkey, klen * 2, ntresponse,
radius.c 1004 memcpy(msresp2.response, keyv2->NTResponse, sizeof msresp2.response);
    [all...]
  /external/wpa_supplicant_8/src/crypto/
ms_funcs.c 321 * @nt_response: 24-octet NTResponse (IN)

Completed in 297 milliseconds