Searched refs:MPPE_OPT_40 (Results 1 – 3 of 3) sorted by relevance
40 #define MPPE_OPT_40 0x01 /* 40 bit */ macro84 if (opts & MPPE_OPT_40) \104 opts |= MPPE_OPT_40; \
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 …]
981 ccp_wantoptions[0].mppe &= ~MPPE_OPT_40; /* disable 40-bit */ in set_mppe_enc_types()