Home | History | Annotate | Download | only in pppd

Lines Matching refs:mppe

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 */
664 #ifdef MPPE
731 /* "This is the MPPE Master Key" */
819 #endif /* MPPE */
839 #ifdef MPPE
883 #ifdef MPPE
888 #ifdef MPPE
890 * Set MPPE options from plugins.
900 /* Don't modify MPPE if it's optional and wasn't already configured. */
901 if (policy == MPPE_ENC_POL_ENC_ALLOWED && !ccp_wantoptions[0].mppe)
910 ccp_wantoptions[0].mppe &= ~MPPE_OPT_128; /* disable 128-bit */
913 ccp_wantoptions[0].mppe &= ~MPPE_OPT_40; /* disable 40-bit */
919 #endif /* MPPE */