Home
last modified time | relevance | path

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

/external/libppp/src/
Dchap.c127 , u_char type, char *peerchallenge, char *authresponse, in chap_BuildAnswer() argument
224 authresponse); in chap_BuildAnswer()
226 authresponse[CHAP81_AUTHRESPONSE_LEN] = 0; in chap_BuildAnswer()
378 , type, chap->challenge.local, chap->authresponse, lm in chap_Respond()
562 msg = auth2chap(authp)->authresponse; in chap_Success()
908 chap->authresponse, lanman); in chap_Input()
941 if (strncasecmp(ans, chap->authresponse, 42)) { in chap_Input()
944 " != ans: (%.42s)\n", chap->authresponse, ans); in chap_Input()
Dchap.h57 u_char authresponse[CHAPAUTHRESPONSELEN]; /* CHAP 81 response */ member