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

/macosx-10.9.5/ppp-727.90.1/Drivers/L2TP/L2TP-vpn/
H A Dmain.c250 CFDictionarySetValue(dict, kRASPropIPSecSharedSecret, string);
607 string = CFDictionaryGetValue(ipsec_settings, kRASPropIPSecSharedSecret);
609 CFDictionarySetValue(ipsec_dict, kRASPropIPSecSharedSecret, string);
620 CFDictionarySetValue(ipsec_dict, kRASPropIPSecSharedSecret, string);
/macosx-10.9.5/ppp-727.90.1/Helpers/vpnd/
H A DRASSchemaDefinitions.h248 #define kRASPropIPSecSharedSecret CFSTR("SharedSecret") /* CFString */ macro
H A Dipsec_utils.c739 if (!GetStrFromDict(ipsec_dict, kRASPropIPSecSharedSecret, str, sizeof(str), ""))
/macosx-10.9.5/ppp-727.90.1/Drivers/L2TP/L2TP-plugin/
H A Dmain.c1293 secret_string = CFDictionaryGetValue(useripsec_dict, kRASPropIPSecSharedSecret);
1353 CFDictionarySetValue(ipsec_dict, kRASPropIPSecSharedSecret, secret_string);
1364 CFDictionarySetValue(ipsec_dict, kRASPropIPSecSharedSecret, secret_string);
1377 CFDictionarySetValue(ipsec_dict, kRASPropIPSecSharedSecret, secret_string);
1499 CFDictionarySetValue(ipsec_dict, kRASPropIPSecSharedSecret, secret_string);
/macosx-10.9.5/ppp-727.90.1/Controller/
H A Dipsec_manager.c3389 CFStringRef secret_string = CFDictionaryGetValue(serv->u.ipsec.config, kRASPropIPSecSharedSecret);
3397 CFStringRef secret_string = CFDictionaryGetValue(userdict, kRASPropIPSecSharedSecret);
3400 CFDictionarySetValue(serv->u.ipsec.config, kRASPropIPSecSharedSecret, secret_string);
3412 CFDictionarySetValue(serv->u.ipsec.config, kRASPropIPSecSharedSecret, secret_string);

Completed in 186 milliseconds