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

/macosx-10.10/Security-57031.1.35/Security/utilities/src/
H A DiCloudKeychainTrace.c242 static CFBundleRef gAggdBundleRef = NULL; variable
267 gAggdBundleRef = CFBundleCreate(kCFAllocatorDefault, aggd_url);
268 if (NULL != gAggdBundleRef)
271 CFBundleGetFunctionPointerForName(gAggdBundleRef, CFSTR("ADClientClearScalarKey"));
274 CFBundleGetFunctionPointerForName(gAggdBundleRef, CFSTR("ADClientAddValueForScalarKey"));
H A DSecCertificateTrace.c256 static CFBundleRef gAggdBundleRef = NULL; variable
281 gAggdBundleRef = CFBundleCreate(kCFAllocatorDefault, aggd_url);
282 if (NULL != gAggdBundleRef)
285 CFBundleGetFunctionPointerForName(gAggdBundleRef, CFSTR("ADClientClearScalarKey"));
288 CFBundleGetFunctionPointerForName(gAggdBundleRef, CFSTR("ADClientAddValueForScalarKey"));
/macosx-10.10/Security-57031.1.35/Security/utilities/utilities/
H A DiCloudKeychainTrace.c242 static CFBundleRef gAggdBundleRef = NULL; variable
267 gAggdBundleRef = CFBundleCreate(kCFAllocatorDefault, aggd_url);
268 if (NULL != gAggdBundleRef)
271 CFBundleGetFunctionPointerForName(gAggdBundleRef, CFSTR("ADClientClearScalarKey"));
274 CFBundleGetFunctionPointerForName(gAggdBundleRef, CFSTR("ADClientAddValueForScalarKey"));
H A DSecCertificateTrace.c256 static CFBundleRef gAggdBundleRef = NULL; variable
281 gAggdBundleRef = CFBundleCreate(kCFAllocatorDefault, aggd_url);
282 if (NULL != gAggdBundleRef)
285 CFBundleGetFunctionPointerForName(gAggdBundleRef, CFSTR("ADClientClearScalarKey"));
288 CFBundleGetFunctionPointerForName(gAggdBundleRef, CFSTR("ADClientAddValueForScalarKey"));

Completed in 81 milliseconds