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

/macosx-10.10.1/ppp-786.1.1/Helpers/pppd/
H A Dccp.c143 { "require-mppe", o_bool, &ccp_wantoptions[0].mppe,
146 { "+mppe", o_bool, &ccp_wantoptions[0].mppe,
149 { "nomppe", o_bool, &ccp_wantoptions[0].mppe,
151 { "-mppe", o_bool, &ccp_wantoptions[0].mppe,
154 /* We use ccp_allowoptions[0].mppe as a junk var ... it is reset later */
155 { "require-mppe-40", o_bool, &ccp_allowoptions[0].mppe,
[all...]
H A Dccp.h66 bool mppe; /* do MPPE? */ member in struct:ccp_options
H A Dchap_ms.c1248 if (policy == MPPE_ENC_POL_ENC_ALLOWED && !ccp_wantoptions[0].mppe)
1257 ccp_wantoptions[0].mppe &= ~MPPE_OPT_128; /* disable 128-bit */
1260 ccp_wantoptions[0].mppe &= ~MPPE_OPT_40; /* disable 40-bit */
H A Dauth.c913 mppe_required = ccp_gotoptions[unit].mppe;
/macosx-10.10.1/ppp-786.1.1/Authenticators/DSAuthentication/
H A Dmain.c367 if ((ccp_wantoptions[0].mppe)) {
465 // get the mppe keys from the password server
497 // DSAuth_hex_print("authAuth mppe", authAuthorityAttr->fAttributeValueData.fBufferData, authAuthorityAttr->fAttributeValueData.fBufferLength);
593 // get the mppe keys

Completed in 204 milliseconds