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

/macosx-10.10.1/ppp-786.1.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.10.1/ppp-786.1.1/Helpers/vpnd/
H A DRASSchemaDefinitions.h250 #define kRASPropIPSecSharedSecretEncryption CFSTR("SharedSecretEncryption") /* CFString */ macro
287 /* kRASPropIPSecSharedSecretEncryption values */
H A Dipsec_utils.c745 string = CFDictionaryGetValue(ipsec_dict, kRASPropIPSecSharedSecretEncryption);
/macosx-10.10.1/ppp-786.1.1/Drivers/L2TP/L2TP-plugin/
H A Dmain.c1437 secret_encryption_string = CFDictionaryGetValue(useripsec_dict, kRASPropIPSecSharedSecretEncryption);
1504 CFDictionarySetValue(ipsec_dict, kRASPropIPSecSharedSecretEncryption, secret_encryption_string);
1515 CFDictionarySetValue(ipsec_dict, kRASPropIPSecSharedSecretEncryption, kRASValIPSecSharedSecretEncryptionKey);
1517 CFDictionarySetValue(ipsec_dict, kRASPropIPSecSharedSecretEncryption, kRASValIPSecSharedSecretEncryptionKeychain);
1637 CFDictionarySetValue(ipsec_dict, kRASPropIPSecSharedSecretEncryption, kRASValIPSecSharedSecretEncryptionKey);
1639 CFDictionarySetValue(ipsec_dict, kRASPropIPSecSharedSecretEncryption, kRASValIPSecSharedSecretEncryptionKeychain);
/macosx-10.10.1/ppp-786.1.1/Controller/
H A Dipsec_manager.c3668 CFDictionaryRemoveValue(serv->u.ipsec.config, kRASPropIPSecSharedSecretEncryption);
3673 CFStringRef secret_encryption_string = CFDictionaryGetValue(serv->u.ipsec.config, kRASPropIPSecSharedSecretEncryption);

Completed in 190 milliseconds