Home
last modified time | relevance | path

Searched refs:resp_length (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dmschap_test.c25 printf("%s -- %d bytes:", str, cstate->resp_length); in show_response()
27 for (i = 0; i < cstate->resp_length; i++) { in show_response()
68 if (!ChapMSValidate(&cstate, cstate.response, cstate.resp_length,
74 if (!ChapMSValidate(&cstate, cstate.response, cstate.resp_length,
84 cstate.resp_length, argv[2], strlen(argv[2])))
H A Dchap_ms.c346 cstate->resp_length = 0;
368 cstate->resp_length = MS_CHAP_RESPONSE_LEN;
494 cstate->resp_length = 0;
507 cstate->resp_length = MS_CHAPV2_RESPONSE_LEN;
H A Dchap.h91 u_char resp_length; /* length of response */ member
H A Dchap.c530 cstate->resp_length = MD5_SIGNATURE_SIZE;
891 md_len = cstate->resp_length;