CCP_MPPE_NT_128bit
_this->keylenbits |= CCP_MPPE_NT_128bit;
} else if ((_this->ppp->ccp.mppe_o_bits & CCP_MPPE_NT_128bit) != 0) {
} else if ((_this->ppp->ccp.mppe_p_bits & CCP_MPPE_NT_128bit) != 0) {
if ((peer_bits & CCP_MPPE_NT_128bit) != 0)
our_bits = CCP_MPPE_NT_128bit;
, ((CCP_MPPE_NT_128bit& bits) != 0)? ",128bit" : ""