Searched refs:mppe (Results 1 - 11 of 11) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/
H A Dccp.h47 bool mppe; /* do MPPE? */ member in struct:ccp_options
H A Dccp.c133 { "require-mppe", o_bool, &ccp_wantoptions[0].mppe,
134 "require MPPE encryption", 1, &ccp_allowoptions[0].mppe, OPT_PRIO },
135 { "+mppe", o_bool, &ccp_wantoptions[0].mppe,
136 "require MPPE encryption", 1, &ccp_allowoptions[0].mppe,
138 { "nomppe", o_bool, &ccp_wantoptions[0].mppe,
140 &ccp_allowoptions[0].mppe },
141 { "-mppe", o_bool, &ccp_wantoptions[0].mppe,
[all...]
H A Dchap_ms.c867 if (policy == MPPE_ENC_POL_ENC_ALLOWED && !ccp_wantoptions[0].mppe)
H A Dauth.c753 mppe_required = ccp_gotoptions[unit].mppe;
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/
H A Dccp.h47 bool mppe; /* do MPPE? */ member in struct:ccp_options
H A Dccp.c133 { "require-mppe", o_bool, &ccp_wantoptions[0].mppe,
134 "require MPPE encryption", 1, &ccp_allowoptions[0].mppe, OPT_PRIO },
135 { "+mppe", o_bool, &ccp_wantoptions[0].mppe,
136 "require MPPE encryption", 1, &ccp_allowoptions[0].mppe,
138 { "nomppe", o_bool, &ccp_wantoptions[0].mppe,
140 &ccp_allowoptions[0].mppe },
141 { "-mppe", o_bool, &ccp_wantoptions[0].mppe,
[all...]
H A Dchap_ms.c855 if (policy == MPPE_ENC_POL_ENC_ALLOWED && !ccp_wantoptions[0].mppe)
H A Dauth.c753 mppe_required = ccp_gotoptions[unit].mppe;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dppp_mppe_mppc_comp.c14 * Tim Hockin which can be found on http://planetmirror.com/pub/mppe/.
38 * State for a mppc/mppe "(de)compressor".
45 u8 mppe; /* do we use encryption (MPPE)? */ member in struct:ppp_mppe_state
146 if (state->mppe) {
202 state->mppe = options[5] & (MPPE_128BIT | MPPE_56BIT |
230 if (state->mppe) { /* specific for MPPE */
310 state->mppe = options[5] & (MPPE_128BIT | MPPE_56BIT |
314 switch (state->mppe) {
341 if (state->mppe) { /* generate initial session keys */
380 if (state->mppe)
[all...]
/asus-wl-520gu-7.0.1.45/
H A Daddlink9 cd ../../../../pppd.mppe/pppd/plugins/radius/
/asus-wl-520gu-7.0.1.45/src/router/
H A DMakefile.HSDPA495 # cp -rf pppd.mppe pppd; \
496 # cp -rf pptp-client.mppe pptp-client; \
586 cp -f $(TOP)/pppd.mppe/chat/chat $(PLATFORMDIR)/target/usr/sbin/

Completed in 111 milliseconds