Searched refs:ChapMS (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | chap_ms.h | 33 void ChapMS __P((chap_state *, u_char *, int, char *, int));
|
H A D | mschap_test.c | 59 ChapMS(&cstate, challenge, sizeof(challenge), argv[2], strlen(argv[2]));
|
H A D | chap_ms.c | 336 ChapMS(cstate, rchallenge, rchallenge_len, secret, secret_len) in ChapMS() function
|
H A D | chap.c | 535 ChapMS(cstate, rchallenge, rchallenge_len, secret, secret_len);
|