Lines Matching refs:MPPE
19 * MPPE support is by Ralf Hofmann, <ralf.hofmann@elvido.net>, with
33 #ifdef MPPE
95 #ifdef MPPE
345 #ifdef MPPE
346 /* Need the RADIUS secret and Request Authenticator to decode MPPE */
543 #ifdef MPPE
670 #ifdef MPPE
674 "RADIUS: bad MS-CHAP-MPPE-Keys attribute");
684 "RADIUS: bad MS-MPPE-%s-Key attribute",
700 #endif /* MPPE */
737 #ifdef MPPE
753 #ifdef MPPE
757 * vp -- value pair holding MS-CHAP-MPPE-KEYS attribute
762 * Decrypt the "key" provided by the RADIUS server for MPPE encryption.
775 error("RADIUS: Incorrect attribute length (%d) for MS-CHAP-MPPE-Keys",
811 * vp -- value pair holding MS-MPPE-SEND-KEY or MS-MPPE-RECV-KEY attribute
816 * Decrypt the key provided by the RADIUS server for MPPE encryption.
834 error("RADIUS: Incorrect attribute length (%d) for MS-MPPE-%s-Key",
840 error("RADIUS: Illegal salt value for MS-MPPE-%s-Key attribute", type);
856 error("RADIUS: Incorrect key length (%d) for MS-MPPE-%s-Key attribute",
875 #endif /* MPPE */