Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dchap.h45 #define CHAP_DIGEST_MD5 5 /* use MD5 algorithm */ macro
H A Dlcp.c509 wo->chap_mdtype = CHAP_DIGEST_MD5;
539 ao->chap_mdtype = CHAP_DIGEST_MD5;
1331 case CHAP_DIGEST_MD5:
1348 if ((cichar == CHAP_DIGEST_MD5 && wo->neg_chap) ||
1365 case CHAP_DIGEST_MD5:
1760 case CHAP_DIGEST_MD5:
1772 try.chap_mdtype = CHAP_DIGEST_MD5;
2041 if (cichar == CHAP_DIGEST_MD5 && ao->neg_chap)
2558 case CHAP_DIGEST_MD5:
H A Dauth.c549 go->chap_mdtype = CHAP_DIGEST_MD5;
569 case CHAP_DIGEST_MD5:
965 wo->chap_mdtype = CHAP_DIGEST_MD5; in auth_check_options()
1030 ao->chap_mdtype = CHAP_DIGEST_MD5;
1044 go->chap_mdtype = CHAP_DIGEST_MD5;
H A Dchap.c518 case CHAP_DIGEST_MD5:
646 case CHAP_DIGEST_MD5: /* only MD5 is defined for now */