OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:authresponse
(Results
1 - 2
of
2
) sorted by null
/external/libppp/src/
chap.h
57
u_char
authresponse
[CHAPAUTHRESPONSELEN]; /* CHAP 81 response */
member in struct:chap
chap.c
127
, u_char type, char *peerchallenge, char *
authresponse
,
221
/* Generate
AUTHRESPONSE
to verify on auth success */
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);
Completed in 78 milliseconds