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

/macosx-10.9.5/ppp-727.90.1/Drivers/L2TP/L2TP-vpn/
H A Dmain.c246 CFDictionarySetValue(dict, kRASPropIPSecSharedSecretEncryption, string);
623 string = CFDictionaryGetValue(ipsec_settings, kRASPropIPSecSharedSecretEncryption);
625 CFDictionarySetValue(ipsec_dict, kRASPropIPSecSharedSecretEncryption, string);
/macosx-10.9.5/ppp-727.90.1/Helpers/vpnd/
H A DRASSchemaDefinitions.h249 #define kRASPropIPSecSharedSecretEncryption CFSTR("SharedSecretEncryption") /* CFString */ macro
286 /* kRASPropIPSecSharedSecretEncryption values */
H A Dipsec_utils.c749 string = CFDictionaryGetValue(ipsec_dict, kRASPropIPSecSharedSecretEncryption);
/macosx-10.9.5/ppp-727.90.1/Drivers/L2TP/L2TP-plugin/
H A Dmain.c1301 secret_encryption_string = CFDictionaryGetValue(useripsec_dict, kRASPropIPSecSharedSecretEncryption);
1368 CFDictionarySetValue(ipsec_dict, kRASPropIPSecSharedSecretEncryption, secret_encryption_string);
1379 CFDictionarySetValue(ipsec_dict, kRASPropIPSecSharedSecretEncryption, kRASValIPSecSharedSecretEncryptionKey);
1381 CFDictionarySetValue(ipsec_dict, kRASPropIPSecSharedSecretEncryption, kRASValIPSecSharedSecretEncryptionKeychain);
1501 CFDictionarySetValue(ipsec_dict, kRASPropIPSecSharedSecretEncryption, kRASValIPSecSharedSecretEncryptionKey);
1503 CFDictionarySetValue(ipsec_dict, kRASPropIPSecSharedSecretEncryption, kRASValIPSecSharedSecretEncryptionKeychain);
/macosx-10.9.5/ppp-727.90.1/Controller/
H A Dipsec_manager.c3401 CFDictionaryRemoveValue(serv->u.ipsec.config, kRASPropIPSecSharedSecretEncryption);
3406 CFStringRef secret_encryption_string = CFDictionaryGetValue(serv->u.ipsec.config, kRASPropIPSecSharedSecretEncryption);

Completed in 195 milliseconds