Searched refs:MS_ChapResponse (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/ppp-727.90.1/Helpers/pppd/
H A Dchap_ms.h80 * Use MS_CHAP_RESPONSE_LEN, rather than sizeof(MS_ChapResponse),
87 } MS_ChapResponse; typedef in typeref:struct:__anon11947
121 void ChapMS __P((u_char *, u_char *, int, MS_ChapResponse *));
H A Dchap_ms.c142 static void ChapMS_LANMan __P((u_char *, char *, int, MS_ChapResponse *));
226 MS_ChapResponse *rmd;
227 MS_ChapResponse md;
236 rmd = (MS_ChapResponse *) response;
356 ChapMS(challenge, secret, secret_len, (MS_ChapResponse *) response);
943 MS_ChapResponse *response)
1160 MS_ChapResponse *response)
H A Dchap.c529 (MS_ChapResponse *) cstate->response);
656 MS_ChapResponse *rmd = (MS_ChapResponse *) remmd;
657 MS_ChapResponse md;
664 response_offset = offsetof(MS_ChapResponse, NTResp);
668 response_offset = offsetof(MS_ChapResponse, LANManResp);
/macosx-10.9.5/ppp-727.90.1/Authenticators/Radius/
H A Dmain.c674 buf[1] = ((MS_ChapResponse *) remotemd)->UseNT[0];

Completed in 127 milliseconds