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

/freebsd-11-stable/usr.sbin/ppp/
H A Dchap.h59 u_char authresponse[CHAPAUTHRESPONSELEN]; /* CHAP 81 response */ member in struct:chap
H A Dchap.c129 , u_char type, char *peerchallenge, char *authresponse,
226 authresponse);
228 authresponse[CHAP81_AUTHRESPONSE_LEN] = 0;
380 , type, chap->challenge.local, chap->authresponse, lm
564 msg = auth2chap(authp)->authresponse;
910 chap->authresponse, lanman);
943 if (strncasecmp(ans, chap->authresponse, 42)) {
946 " != ans: (%.42s)\n", chap->authresponse, ans);
127 chap_BuildAnswer(char *name, char *key, u_char id, char *challenge , u_char type, char *peerchallenge, char *authresponse, int lanman ) argument

Completed in 157 milliseconds