HomeSort by relevance Sort by last modified time
    Searched refs:mppe (Results 1 - 4 of 4) 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 */
664 #ifdef MPPE
731 /* "This is the MPPE Master Key" */
819 #endif /* MPPE */
839 #ifdef MPPE
    [all...]
auth.c 859 mppe_required = ccp_gotoptions[unit].mppe;
    [all...]

Completed in 21 milliseconds