Home | History | Annotate | Download | only in pppd

Lines Matching refs:u_char

67     u_char LANManResp[24];
68 u_char NTResp[24];
69 u_char UseNT[1]; /* If 1, ignore the LANMan response field */
77 u_char PeerChallenge[16];
78 u_char Reserved[8]; /* Must be zero */
79 u_char NTResp[24];
80 u_char Flags[1]; /* Must be zero */
85 extern u_char mppe_send_key[MPPE_MAX_KEY_LEN];
86 extern u_char mppe_recv_key[MPPE_MAX_KEY_LEN];
103 void ChapMS __P((u_char *, char *, int, MS_ChapResponse *));
104 void ChapMS2 __P((u_char *, u_char *, char *, char *, int,
105 MS_Chap2Response *, u_char[MS_AUTH_RESPONSE_LENGTH+1], int));
107 void mppe_set_keys __P((u_char *, u_char[MD4_SIGNATURE_SIZE]));
108 void mppe_set_keys2(u_char PasswordHashHash[MD4_SIGNATURE_SIZE],
109 u_char NTResponse[24], int IsServer);
112 void ChallengeHash __P((u_char[16], u_char *, char *, u_char[8]));
114 void GenerateAuthenticatorResponse(u_char PasswordHashHash[MD4_SIGNATURE_SIZE],
115 u_char NTResponse[24], u_char PeerChallenge[16],
116 u_char *rchallenge, char *username,
117 u_char authResponse[MS_AUTH_RESPONSE_LENGTH+1]);