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 */
729 #ifdef MPPE
796 /* "This is the MPPE Master Key" */
884 #endif /* MPPE */
905 #ifdef MPPE
950 #ifdef MPPE
956 #ifdef MPPE
958 * Set MPPE options from plugins.
968 /* Don't modify MPPE if it's optional and wasn't already configured. */
969 if (policy == MPPE_ENC_POL_ENC_ALLOWED && !ccp_wantoptions[0].mppe)
978 ccp_wantoptions[0].mppe &= ~MPPE_OPT_128; /* disable 128-bit */
981 ccp_wantoptions[0].mppe &= ~MPPE_OPT_40; /* disable 40-bit */
987 #endif /* MPPE */