Searched refs:mppe (Results 1 – 5 of 5) sorted by relevance
/external/ppp/pppd/ |
D | ccp.c | 113 { "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 …]
|
D | ccp.h | 40 bool mppe; /* do MPPE? */ member
|
D | chap_ms.c | 969 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()
|
D | auth.c | 886 mppe_required = ccp_gotoptions[unit].mppe;
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ |
D | VpnFacade.java | 80 vp.mppe = vpnProfileJson.optBoolean("mppe", true); in genLegacyVpnProfile()
|