HomeSort by relevance Sort by last modified time
    Searched refs:MPPE (Results 1 - 7 of 7) sorted by null

  /external/ppp/pppd/plugins/radius/etc/
dictionary.microsoft 15 ATTRIBUTE MS-MPPE-Encryption-Policy 7 string Microsoft
18 ATTRIBUTE MS-MPPE-Encryption-Type 8 string Microsoft
19 ATTRIBUTE MS-MPPE-Encryption-Types 8 string Microsoft
23 ATTRIBUTE MS-CHAP-MPPE-Keys 12 string Microsoft
27 ATTRIBUTE MS-MPPE-Send-Key 16 string Microsoft
28 ATTRIBUTE MS-MPPE-Recv-Key 17 string Microsoft
  /external/ppp/pppd/
chap_ms.h 70 #ifdef MPPE
71 #include "mppe.h" /* MPPE_MAX_KEY_LEN */
93 #ifdef MPPE
ccp.c 41 #ifdef MPPE
68 #ifdef MPPE
111 #ifdef MPPE
112 /* MPPE options are symmetrical ... we only set wantoptions here */
113 { "require-mppe", o_bool, &ccp_wantoptions[0].mppe,
114 "require MPPE encryption",
116 { "+mppe", o_bool, &ccp_wantoptions[0].mppe,
117 "require MPPE encryption"
    [all...]
Makefile.linux 47 # Uncomment the next line to include support for MPPE. CHAPMS (above) must
49 MPPE=y
98 ifdef MPPE
chap_ms.c 46 * implementation in RFC 2759. Implemented MPPE functionality,
117 #ifdef MPPE
127 #ifdef MPPE
130 int mppe_keys_set = 0; /* Have the MPPE keys been set? */
133 /* For MPPE debug */
140 #include "fsm.h" /* Need to poke MPPE options */
729 #ifdef MPPE
796 /* "This is the MPPE Master Key" */
884 #endif /* MPPE */
905 #ifdef MPPE
    [all...]
  /external/ppp/pppd/plugins/radius/
radius.c 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 */
    [all...]
  /external/ppp/pppd/plugins/
winbind.c 26 * MPPE support is by Ralf Hofmann, <ralf.hofmann@elvido.net>, with
40 #ifdef MPPE

Completed in 145 milliseconds