Home | History | Annotate | Download | only in radius

Lines Matching refs:MPPE

19 * MPPE support is by Ralf Hofmann, <ralf.hofmann@elvido.net>, with
33 #ifdef MPPE
93 #ifdef MPPE
343 #ifdef MPPE
344 /* Need the RADIUS secret and Request Authenticator to decode MPPE */
548 #ifdef MPPE
652 #ifdef MPPE
656 "RADIUS: bad MS-CHAP-MPPE-Keys attribute");
666 "RADIUS: bad MS-MPPE-%s-Key attribute",
682 #endif /* MPPE */
700 #ifdef MPPE
716 #ifdef MPPE
720 * vp -- value pair holding MS-CHAP-MPPE-KEYS attribute
725 * Decrypt the "key" provided by the RADIUS server for MPPE encryption.
738 error("RADIUS: Incorrect attribute length (%d) for MS-CHAP-MPPE-Keys",
774 * vp -- value pair holding MS-MPPE-SEND-KEY or MS-MPPE-RECV-KEY attribute
779 * Decrypt the key provided by the RADIUS server for MPPE encryption.
797 error("RADIUS: Incorrect attribute length (%d) for MS-MPPE-%s-Key",
803 error("RADIUS: Illegal salt value for MS-MPPE-%s-Key attribute", type);
819 error("RADIUS: Incorrect key length (%d) for MS-MPPE-%s-Key attribute",
838 #endif /* MPPE */