Home
last modified time | relevance | path

Searched refs:MS_CHAP_RESPONSE_LEN (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dchap_ms.c374 BCOPY(&response, cstate->response, MS_CHAP_RESPONSE_LEN);
375 cstate->resp_length = MS_CHAP_RESPONSE_LEN;
403 if (response_len < MS_CHAP_RESPONSE_LEN || cstate->chal_len < 8)
408 if (response[MS_CHAP_RESPONSE_LEN-1]) {
H A Dchap.h67 #define MS_CHAP_RESPONSE_LEN 49 /* Response length for MS-CHAP */ macro
H A Dmschap_test.c75 cstate.response[MS_CHAP_RESPONSE_LEN-1] = '\0';