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

/macosx-10.10.1/ppp-786.1.1/Helpers/vpnd/
H A DRASSchemaDefinitions.h292 #define kRASValIPSecAuthenticationMethodSharedSecret CFSTR("SharedSecret") macro
H A Dipsec_utils.c380 if (CFEqual(auth_method, kRASValIPSecAuthenticationMethodSharedSecret))
514 auth_method = kRASValIPSecAuthenticationMethodSharedSecret;
552 if ((CFEqual(auth_method, kRASValIPSecAuthenticationMethodSharedSecret) ||
596 if (!CFEqual(auth_method, kRASValIPSecAuthenticationMethodSharedSecret)
637 if (CFEqual(auth_method, kRASValIPSecAuthenticationMethodSharedSecret)
732 if (CFEqual(auth_method, kRASValIPSecAuthenticationMethodSharedSecret)
/macosx-10.10.1/ppp-786.1.1/Drivers/L2TP/L2TP-vpn/
H A Dmain.c596 auth_method = kRASValIPSecAuthenticationMethodSharedSecret;
606 if (CFEqual(auth_method, kRASValIPSecAuthenticationMethodSharedSecret)) {
/macosx-10.10.1/ppp-786.1.1/Drivers/L2TP/L2TP-plugin/
H A Dmain.c1406 auth_method = kRASValIPSecAuthenticationMethodSharedSecret;
1427 if (!isString(auth_method) || CFEqual(auth_method, kRASValIPSecAuthenticationMethodSharedSecret)) {
1428 auth_method = kRASValIPSecAuthenticationMethodSharedSecret;
1631 kRASValIPSecAuthenticationMethodSharedSecret, 0, 0, 0);
/macosx-10.10.1/ppp-786.1.1/Controller/
H A Dipsec_manager.c3562 if (!isString(auth_method) || CFEqual(auth_method, kRASValIPSecAuthenticationMethodSharedSecret)) {
3563 auth_method = kRASValIPSecAuthenticationMethodSharedSecret;
3652 if (CFEqual(auth_method, kRASValIPSecAuthenticationMethodSharedSecret)) {

Completed in 139 milliseconds