Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dmschap_test.c80 cstate.resp_name = "joe user";
83 if (!ChapMSv2Validate(&cstate, cstate.resp_name, cstate.response,
H A Dchap.c174 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 Dchap.h95 char *resp_name; /* Our name to send with response */ member
H A Dchap_ms.c504 ChapMSv2_NT(cstate->resp_name, rchallenge, secret, secret_len, &response);