Searched refs:kRASPropIPSecXAuthName (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/ppp-786.1.1/Helpers/vpnd/
H A DRASSchemaDefinitions.h258 #define kRASPropIPSecXAuthName CFSTR("XAuthName") /* CFString */ macro
H A Dipsec_utils.c919 if (GetStrFromDict(ipsec_dict, kRASPropIPSecXAuthName, str, sizeof(str), "")) {
/macosx-10.10.1/ppp-786.1.1/Controller/
H A Dipsec_manager.c828 CFStringRef username = CFDictionaryGetValue(serv->u.ipsec.config, kRASPropIPSecXAuthName);
1007 username = CFDictionaryGetValue(serv->u.ipsec.config, kRASPropIPSecXAuthName);
3627 value = CFDictionaryGetValue(userdict, kRASPropIPSecXAuthName);
3629 CFDictionarySetValue(serv->u.ipsec.config, kRASPropIPSecXAuthName, value);
3713 if (!CFDictionaryContainsKey(serv->u.ipsec.config, kRASPropIPSecXAuthName)) {
3714 CFDictionarySetValue(serv->u.ipsec.config, kRASPropIPSecXAuthName, CFSTR(" "));
3719 CFDictionaryRemoveValue(serv->u.ipsec.config, kRASPropIPSecXAuthName);

Completed in 216 milliseconds