Searched refs:resp_length (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | mschap_test.c | 27 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 D | chap_ms.c | 353 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 D | chap.h | 91 u_char resp_length; /* length of response */ member
|
H A D | chap.c | 540 cstate->resp_length = MD5_SIGNATURE_SIZE; 901 md_len = cstate->resp_length;
|