Searched refs:resp_name (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | mschap_test.c | 80 cstate.resp_name = "joe user"; 83 if (!ChapMSv2Validate(&cstate, cstate.resp_name, cstate.response,
|
H A D | chap.c | 174 cstate->resp_name = our_name; 501 if (!get_secret(cstate->unit, cstate->resp_name, rhostname, 505 cstate->resp_name, rhostname); 892 name_len = strlen(cstate->resp_name); 906 BCOPY(cstate->resp_name, outp, name_len); /* append our name */
|
H A D | chap.h | 95 char *resp_name; /* Our name to send with response */ member
|
H A D | chap_ms.c | 504 ChapMSv2_NT(cstate->resp_name, rchallenge, secret, secret_len, &response);
|