Home
last modified time | relevance | path

Searched refs:mppe (Results 1 – 5 of 5) sorted by relevance

/external/ppp/pppd/
Dccp.c113 { "require-mppe", o_bool, &ccp_wantoptions[0].mppe,
116 { "+mppe", o_bool, &ccp_wantoptions[0].mppe,
119 { "nomppe", o_bool, &ccp_wantoptions[0].mppe,
121 { "-mppe", o_bool, &ccp_wantoptions[0].mppe,
125 { "require-mppe-40", o_bool, &ccp_allowoptions[0].mppe,
127 &ccp_wantoptions[0].mppe },
128 { "+mppe-40", o_bool, &ccp_allowoptions[0].mppe,
130 &ccp_wantoptions[0].mppe },
131 { "nomppe-40", o_bool, &ccp_allowoptions[0].mppe,
133 OPT_PRIOSUB | OPT_A2CLRB | MPPE_OPT_40, &ccp_wantoptions[0].mppe },
[all …]
Dccp.h40 bool mppe; /* do MPPE? */ member
Dchap_ms.c969 if (policy == MPPE_ENC_POL_ENC_ALLOWED && !ccp_wantoptions[0].mppe) in set_mppe_enc_types()
978 ccp_wantoptions[0].mppe &= ~MPPE_OPT_128; /* disable 128-bit */ in set_mppe_enc_types()
981 ccp_wantoptions[0].mppe &= ~MPPE_OPT_40; /* disable 40-bit */ in set_mppe_enc_types()
Dauth.c886 mppe_required = ccp_gotoptions[unit].mppe;
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
DVpnFacade.java80 vp.mppe = vpnProfileJson.optBoolean("mppe", true); in genLegacyVpnProfile()