Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dmschap_test.c27 printf("%s -- %d bytes:", str, cstate->resp_length); in show_response()
29 for (i = 0; i < cstate->resp_length; i++) { in show_response()
70 if (!ChapMSValidate(&cstate, cstate.response, cstate.resp_length,
76 if (!ChapMSValidate(&cstate, cstate.response, cstate.resp_length,
86 cstate.resp_length, argv[2], strlen(argv[2])))
H A Dchap_ms.c353 cstate->resp_length = 0;
375 cstate->resp_length = MS_CHAP_RESPONSE_LEN;
501 cstate->resp_length = 0;
514 cstate->resp_length = MS_CHAPV2_RESPONSE_LEN;
H A Dchap.h91 u_char resp_length; /* length of response */ member
H A Dchap.c540 cstate->resp_length = MD5_SIGNATURE_SIZE;
901 md_len = cstate->resp_length;