Searched refs:chap_mdtype (Results 1 – 3 of 3) sorted by relevance
552 go->chap_mdtype = CHAP_DIGEST_MD5;556 go->chap_mdtype = CHAP_MICROSOFT;560 go->chap_mdtype = CHAP_MICROSOFT_V2;562 ChapAuthPeer(unit, our_name, go->chap_mdtype);571 switch (ho->chap_mdtype) {586 dbglog("Authenticating to peer with CHAP 0x%x", ho->chap_mdtype);589 ChapAuthWithPeer(unit, user, ho->chap_mdtype);968 wo->chap_mdtype = CHAP_DIGEST_MD5; in auth_check_options()1033 ao->chap_mdtype = CHAP_DIGEST_MD5;1035 ao->chap_mdtype = CHAP_MICROSOFT;[all …]
517 wo->chap_mdtype = CHAP_DIGEST_MD5;547 ao->chap_mdtype = CHAP_DIGEST_MD5;974 PPP_CHAP, go->chap_mdtype);1152 PPP_CHAP, go->chap_mdtype);1338 switch (go->chap_mdtype) {1360 try.chap_mdtype = cichar;1372 switch (go->chap_mdtype) {1376 try.chap_mdtype = CHAP_MICROSOFT;1383 try.chap_mdtype = CHAP_MICROSOFT_V2;1764 if (cishort != PPP_CHAP || cichar != go->chap_mdtype)[all …]
130 u_char chap_mdtype; /* which MD type (hashing algorithm) */ member