HomeSort by: relevance | last modified time | path
    Searched refs:mppe (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/ppp/dist/pppd/
ccp.h 44 unsigned char mppe; /* MPPE bitfield */ member in struct:ccp_options
ccp.c 50 #include "mppe.h"
118 /* MPPE options are symmetrical ... we only set wantoptions here */
119 { "require-mppe", o_bool, &ccp_wantoptions[0].mppe,
120 "require MPPE encryption",
122 { "+mppe", o_bool, &ccp_wantoptions[0].mppe,
123 "require MPPE encryption",
125 { "nomppe", o_bool, &ccp_wantoptions[0].mppe,
126 "don't allow MPPE encryption", OPT_PRIO }
    [all...]
mppe.c 0 /* mppe.c - MPPE key implementation
42 #include "mppe.h"
172 /* "This is the MPPE Master Key" */
295 * Set MPPE options from plugins.
305 /* Don't modify MPPE if it's optional and wasn't already configured. */
306 if (policy == MPPE_ENC_POL_ENC_ALLOWED && !ccp_wantoptions[0].mppe)
315 ccp_wantoptions[0].mppe &= ~MPPE_OPT_128; /* disable 128-bit */
318 ccp_wantoptions[0].mppe &= ~MPPE_OPT_40; /* disable 40-bit */
auth.c 1000 mppe_required = ccp_gotoptions[unit].mppe;
  /src/external/bsd/ppp/usr.sbin/pppd/
Makefile 24 mppe.c \

Completed in 36 milliseconds