Searched refs:sharedsecret (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/configd-699.1.5/scutil.tproj/
H A Dnc.h39 extern CFStringRef sharedsecret;
H A Dnc.c50 CFStringRef sharedsecret = NULL; variable
370 if (sharedsecret != NULL) {
371 CFDictionarySetValue(ipsecEntity, kSCPropNetIPSecSharedSecret, sharedsecret);
H A Dscutil.c491 sharedsecret = CFStringCreateWithCString(NULL, optarg, kCFStringEncodingUTF8);
/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A DSCNetworkConnection.c4866 CFStringRef sharedsecret = NULL; local
4886 sharedsecret = copyPasswordFromKeychain(uniqueIDSS);
4891 if ((password != NULL) || (sharedsecret != NULL)) {
4922 if (sharedsecret != NULL) {
4936 CFDictionarySetValue(newEntity, kSCPropNetIPSecSharedSecret, sharedsecret);
4937 CFRelease(sharedsecret);

Completed in 195 milliseconds