Home
last modified time | relevance | path

Searched refs:MPPE_TYPE_128BIT (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.sbin/ppp/
H A Dradius.h33 #define MPPE_TYPE_128BIT 4 macro
H A Dradius.c138 case MPPE_TYPE_128BIT: in radius_typesname()
140 case MPPE_TYPE_40BIT|MPPE_TYPE_128BIT: in radius_typesname()
H A Dmppe.c486 if (bundle->radius.mppe.types & MPPE_TYPE_128BIT) in MPPE_ConfigVal()