Home
last modified time | relevance | path

Searched refs:mppe_keylen (Results 1 – 4 of 4) sorted by relevance

/openbsd/usr.sbin/npppd/npppd/
H A Dmppe.c132 if ((conf->mppe_keylen & NPPPD_MPPE_40BIT) != 0) in mppe_init()
134 if ((conf->mppe_keylen & NPPPD_MPPE_56BIT) != 0) in mppe_init()
136 if ((conf->mppe_keylen & NPPPD_MPPE_128BIT) != 0) in mppe_init()
H A Dppp.c1125 .mppe_keylen = NPPPD_MPPE_40BIT | NPPPD_MPPE_56BIT | NPPPD_MPPE_128BIT,
1160 .mppe_keylen = NPPPD_MPPE_40BIT | NPPPD_MPPE_56BIT | NPPPD_MPPE_128BIT,
1186 .mppe_keylen = NPPPD_MPPE_40BIT | NPPPD_MPPE_56BIT | NPPPD_MPPE_128BIT,
H A Dnpppd.h129 u_int mppe_keylen; member
H A Dparse.y492 curr_tunnconf->mppe_keylen = $2;