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

  /external/ppp/pppd/
mppe.h 40 #define MPPE_OPT_40 0x01 /* 40 bit */
84 if (opts & MPPE_OPT_40) \
104 opts |= MPPE_OPT_40; \
ccp.c 115 OPT_PRIO | MPPE_OPT_40 | MPPE_OPT_128 },
118 OPT_ALIAS | OPT_PRIO | MPPE_OPT_40 | MPPE_OPT_128 },
126 "require MPPE 40-bit encryption", OPT_PRIO | OPT_A2OR | MPPE_OPT_40,
129 "require MPPE 40-bit encryption", OPT_PRIO | OPT_A2OR | MPPE_OPT_40,
133 OPT_PRIOSUB | OPT_A2CLRB | MPPE_OPT_40, &ccp_wantoptions[0].mppe },
136 OPT_ALIAS | OPT_PRIOSUB | OPT_A2CLRB | MPPE_OPT_40,
587 if (go->mppe & MPPE_OPT_40) {
589 go->mppe &= ~MPPE_OPT_40;
590 ccp_wantoptions[f->unit].mppe &= ~MPPE_OPT_40;
595 if (!(go->mppe & (MPPE_OPT_40 | MPPE_OPT_128)))
    [all...]
chap_ms.c 981 ccp_wantoptions[0].mppe &= ~MPPE_OPT_40; /* disable 40-bit */

Completed in 636 milliseconds