Searched refs:chap_mdtype (Results 1 – 9 of 9) sorted by relevance
| /components/net/lwip/lwip-2.1.2/src/netif/ppp/ |
| A D | lcp.c | 388 ao->chap_mdtype = CHAP_MDTYPE_SUPPORTED; in lcp_init() 668 ao->chap_mdtype &= ~MDTYPE_MD5; in lcp_resetci() 672 ao->chap_mdtype &= ~MDTYPE_MICROSOFT; in lcp_resetci() 696 wo->chap_mdtype |= MDTYPE_MD5; in lcp_resetci() 700 wo->chap_mdtype |= MDTYPE_MICROSOFT; in lcp_resetci() 722 ao->chap_mdtype = MDTYPE_NONE; in lcp_resetci() 1321 if (CHAP_CANDIGEST(go->chap_mdtype, cichar)) in lcp_nakci() 1322 try_.chap_mdtype = CHAP_MDTYPE_D(cichar); in lcp_nakci() 1330 if (cichar != CHAP_DIGEST(go->chap_mdtype)) { in lcp_nakci() 1333 try_.chap_mdtype = CHAP_MDTYPE_D(cichar); in lcp_nakci() [all …]
|
| A D | auth.c | 291 &lcp_wantoptions[0].chap_mdtype }, 295 &lcp_wantoptions[0].chap_mdtype }, 300 &lcp_wantoptions[0].chap_mdtype }, 304 &lcp_wantoptions[0].chap_mdtype }, 308 &lcp_wantoptions[0].chap_mdtype }, 312 &lcp_wantoptions[0].chap_mdtype }, 322 &lcp_allowoptions[0].chap_mdtype }, 326 &lcp_allowoptions[0].chap_mdtype }, 333 &lcp_allowoptions[0].chap_mdtype }, 1395 if (wo->chap_mdtype) in auth_check_options() [all …]
|
| /components/net/lwip/lwip-2.0.3/src/netif/ppp/ |
| A D | lcp.c | 388 ao->chap_mdtype = CHAP_MDTYPE_SUPPORTED; in lcp_init() 668 ao->chap_mdtype &= ~MDTYPE_MD5; in lcp_resetci() 672 ao->chap_mdtype &= ~MDTYPE_MICROSOFT; in lcp_resetci() 696 wo->chap_mdtype |= MDTYPE_MD5; in lcp_resetci() 700 wo->chap_mdtype |= MDTYPE_MICROSOFT; in lcp_resetci() 722 ao->chap_mdtype = MDTYPE_NONE; in lcp_resetci() 1321 if (CHAP_CANDIGEST(go->chap_mdtype, cichar)) in lcp_nakci() 1322 try_.chap_mdtype = CHAP_MDTYPE_D(cichar); in lcp_nakci() 1330 if (cichar != CHAP_DIGEST(go->chap_mdtype)) { in lcp_nakci() 1333 try_.chap_mdtype = CHAP_MDTYPE_D(cichar); in lcp_nakci() [all …]
|
| A D | auth.c | 291 &lcp_wantoptions[0].chap_mdtype }, 295 &lcp_wantoptions[0].chap_mdtype }, 300 &lcp_wantoptions[0].chap_mdtype }, 304 &lcp_wantoptions[0].chap_mdtype }, 308 &lcp_wantoptions[0].chap_mdtype }, 312 &lcp_wantoptions[0].chap_mdtype }, 322 &lcp_allowoptions[0].chap_mdtype }, 326 &lcp_allowoptions[0].chap_mdtype }, 333 &lcp_allowoptions[0].chap_mdtype }, 1395 if (wo->chap_mdtype) in auth_check_options() [all …]
|
| /components/net/lwip/lwip-1.4.1/src/netif/ppp/ |
| A D | lcp.h | 105 u_char chap_mdtype; /* which MD type (hashing algorithm) */ member
|
| A D | lcp.c | 261 wo->chap_mdtype = CHAP_DIGEST_MD5; in lcp_init() 273 ao->chap_mdtype = CHAP_DIGEST_MD5; in lcp_init() 613 ADDCICHAP(CI_AUTHTYPE, go->neg_chap, PPP_CHAP, go->chap_mdtype); in lcp_addci() 727 ACKCICHAP(CI_AUTHTYPE, go->neg_chap, PPP_CHAP, go->chap_mdtype); in lcp_ackci() 904 if (cichar != go->chap_mdtype) { in lcp_nakci() 1185 REJCICHAP(CI_AUTHTYPE, neg_chap, PPP_CHAP, go->chap_mdtype); in lcp_rejci() 1385 PUTCHAR(ao->chap_mdtype, nakp); in lcp_reqci() 1424 PUTCHAR(ao->chap_mdtype, nakp); in lcp_reqci() 1431 ho->chap_mdtype = cichar; /* save md type */ in lcp_reqci() 1447 PUTCHAR(ao->chap_mdtype, nakp); in lcp_reqci()
|
| A D | auth.c | 480 ChapAuthPeer(unit, ppp_settings.our_name, go->chap_mdtype); in link_established() 495 ChapAuthWithPeer(unit, ppp_settings.user, ho->chap_mdtype); in link_established()
|
| /components/net/lwip/lwip-2.1.2/src/include/netif/ppp/ |
| A D | lcp.h | 149 u8_t chap_mdtype; /* which MD types (hashing algorithm) */ member
|
| /components/net/lwip/lwip-2.0.3/src/include/netif/ppp/ |
| A D | lcp.h | 145 u8_t chap_mdtype; /* which MD types (hashing algorithm) */ member
|
Completed in 22 milliseconds