Home | History | Annotate | Download | only in src

Lines Matching refs:keybits

102   int 		keybits;		/* 40, 56 or 128 bits */
133 switch(mp->keybits) {
490 switch(cfg->mppe.keybits) {
550 * If we haven't been configured with a specific number of keybits, allow
553 if (!cfg->mppe.keybits) {
613 /* If we've got a configured number of keybits - the peer must use that */
614 if (cfg->mppe.keybits) {
656 mp->keybits = 128;
660 mp->keybits = 56;
664 mp->keybits = 40;
693 log_Printf(LogDEBUG, "MPPE: InitInput: %d-bits\n", mip->keybits);
749 log_Printf(LogDEBUG, "MPPE: InitOutput: %d-bits\n", mop->keybits);