Searched refs:authresponse (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/usr.sbin/ppp/
H A Dchap.h57 u_char authresponse[CHAPAUTHRESPONSELEN]; /* CHAP 81 response */ member in struct:chap
H A Dchap.c127 , u_char type, char *peerchallenge, char *authresponse,
224 authresponse);
226 authresponse[CHAP81_AUTHRESPONSE_LEN] = 0;
378 , type, chap->challenge.local, chap->authresponse, lm
562 msg = auth2chap(authp)->authresponse;
908 chap->authresponse, lanman);
941 if (strncasecmp(ans, chap->authresponse, 42)) {
944 " != ans: (%.42s)\n", chap->authresponse, ans);
125 chap_BuildAnswer(char *name, char *key, u_char id, char *challenge , u_char type, char *peerchallenge, char *authresponse, int lanman ) argument

Completed in 52 milliseconds