HomeSort by relevance Sort by last modified time
    Searched refs:mppe (Results 1 - 8 of 8) sorted by null

  /external/ppp/pppd/
ccp.h 40 bool mppe; /* do MPPE? */ member in struct:ccp_options
ccp.c 41 #ifdef MPPE
68 #ifdef MPPE
111 #ifdef MPPE
112 /* MPPE options are symmetrical ... we only set wantoptions here */
113 { "require-mppe", o_bool, &ccp_wantoptions[0].mppe,
114 "require MPPE encryption",
116 { "+mppe", o_bool, &ccp_wantoptions[0].mppe,
117 "require MPPE encryption"
    [all...]
chap_ms.c 46 * implementation in RFC 2759. Implemented MPPE functionality,
117 #ifdef MPPE
127 #ifdef MPPE
130 int mppe_keys_set = 0; /* Have the MPPE keys been set? */
133 /* For MPPE debug */
140 #include "fsm.h" /* Need to poke MPPE options */
729 #ifdef MPPE
796 /* "This is the MPPE Master Key" */
884 #endif /* MPPE */
905 #ifdef MPPE
    [all...]
auth.c 886 mppe_required = ccp_gotoptions[unit].mppe;
    [all...]
  /frameworks/base/core/java/com/android/internal/net/
VpnProfile.java 57 public boolean mppe = true; // 8 field in class:VpnProfile
82 mppe = in.readInt() != 0;
103 out.writeInt(mppe ? 1 : 0);
137 profile.mppe = Boolean.parseBoolean(values[8]);
162 builder.append('\0').append(mppe);
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/
VpnFacade.java 80 vp.mppe = vpnProfileJson.optBoolean("mppe", true);
  /packages/apps/Settings/src/com/android/settings/vpn2/
ConfigDialog.java 107 mMppe = (CheckBox) mView.findViewById(R.id.mppe);
130 mMppe.setChecked(mProfile.mppe);
452 profile.mppe = mMppe.isChecked();
  /frameworks/base/services/core/java/com/android/server/connectivity/
Vpn.java     [all...]

Completed in 271 milliseconds