Home | History | Annotate | Download | only in pppd

Lines Matching refs:u_char

72 extern u_char mppe_send_key[MPPE_MAX_KEY_LEN];
73 extern u_char mppe_recv_key[MPPE_MAX_KEY_LEN];
90 void ChapMS __P((u_char *, char *, int, u_char *));
91 void ChapMS2 __P((u_char *, u_char *, char *, char *, int,
92 u_char *, u_char[MS_AUTH_RESPONSE_LENGTH+1], int));
94 void mppe_set_keys __P((u_char *, u_char[MD4_SIGNATURE_SIZE]));
95 void mppe_set_keys2(u_char PasswordHashHash[MD4_SIGNATURE_SIZE],
96 u_char NTResponse[24], int IsServer);
99 void ChallengeHash __P((u_char[16], u_char *, char *, u_char[8]));
101 void GenerateAuthenticatorResponse(u_char PasswordHashHash[MD4_SIGNATURE_SIZE],
102 u_char NTResponse[24], u_char PeerChallenge[16],
103 u_char *rchallenge, char *username,
104 u_char authResponse[MS_AUTH_RESPONSE_LENGTH+1]);