Searched refs:ChapMSValidate (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | mschap_test.c | 68 if (!ChapMSValidate(&cstate, cstate.response, cstate.resp_length, 74 if (!ChapMSValidate(&cstate, cstate.response, cstate.resp_length,
|
H A D | chap_ms.h | 35 int ChapMSValidate __P((chap_state *cstate, u_char *response, int response_len,
|
H A D | chap_ms.c | 387 ChapMSValidate(cstate, response, response_len, secret, secret_len) in ChapMSValidate() function
|
H A D | chap.c | 662 if (ChapMSValidate(cstate, remmd, remmd_len, secret,
|