Searched refs:CFTemp (Results 1 - 16 of 16) sorted by relevance

/macosx-10.10/Security-57031.1.35/Security/include/security_utilities/
H A Dcfmunge.h122 class CFTemp : public CFRef<CFType> { class in namespace:Security
124 CFTemp(const char *format, ...) function in class:Security::CFTemp
/macosx-10.10/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dcfmunge.h122 class CFTemp : public CFRef<CFType> { class in namespace:Security
124 CFTemp(const char *format, ...) function in class:Security::CFTemp
/macosx-10.10/Security-57031.1.35/Security/include/security_codesigning/
H A DSecAssessment.cpp164 CFTemp<CFDictionaryRef> dict("{path=%O, flags=%d, context=%O, override=%d}", path, flags, context, overrideAssessment());
196 CFTemp<CFDictionaryRef> dict("{path=%O, flags=%d, context=%O, override=%d, result=%O}", path, flags, context, overrideAssessment(), (CFDictionaryRef)result);
425 CFTemp<CFDictionaryRef> dict("{target=%O, flags=%d, context=%O}", target, flags, context);
439 CFTemp<CFDictionaryRef> dict("{target=%O, flags=%d, context=%O, outcome=%O}", target, flags, context, (CFDictionaryRef)result);
458 CFTemp<CFDictionaryRef> dict("{control=%O}", control);
479 CFTemp<CFDictionaryRef> ctx("{%O=%s}", kSecAssessmentUpdateKeyLabel, "Developer ID");
486 CFTemp<CFDictionaryRef> ctx("{%O=%s}", kSecAssessmentUpdateKeyLabel, "Developer ID");
H A Dopaquewhitelist.cpp219 CFTemp<CFDictionaryRef> conditions((const char*)matches[0]);
268 CFTemp<CFDictionaryRef> rules("{" // same resource rules as used for collection
281 CFTemp<CFDictionaryRef> arguments("{%O=%O, %O=#N, %O=%O}",
H A DSecCode.cpp185 if (SecCode *guest = KernelCode::active()->locateGuest(CFTemp<CFDictionaryRef>("{%O=%d}", kSecGuestAttributePid, pid)))
H A Dxpcengine.cpp154 CFTemp<CFDictionaryRef> info("{current=%d,total=%d}", current, total);
H A Dpolicydb.cpp452 CFTemp<CFDictionaryRef> info("{event=%s, timestamp=%O}", event, now.get());
H A Dpolicyengine.cpp271 CFTemp<CFDictionaryRef> arguments("{%O=%O, %O=#N}", kSecCodeSignerDetached, signature.get(), kSecCodeSignerIdentity);
1056 CFTemp<CFDictionaryRef> arguments("{%O=#N}", kSecCodeSignerIdentity);
H A DStaticCode.cpp172 mMonitor(this->handle(false), CFSTR("progress"), CFTemp<CFDictionaryRef>("{current=%d,total=%d}", mCurrentWork, mTotalWork));
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A DSecAssessment.cpp164 CFTemp<CFDictionaryRef> dict("{path=%O, flags=%d, context=%O, override=%d}", path, flags, context, overrideAssessment());
196 CFTemp<CFDictionaryRef> dict("{path=%O, flags=%d, context=%O, override=%d, result=%O}", path, flags, context, overrideAssessment(), (CFDictionaryRef)result);
425 CFTemp<CFDictionaryRef> dict("{target=%O, flags=%d, context=%O}", target, flags, context);
439 CFTemp<CFDictionaryRef> dict("{target=%O, flags=%d, context=%O, outcome=%O}", target, flags, context, (CFDictionaryRef)result);
458 CFTemp<CFDictionaryRef> dict("{control=%O}", control);
479 CFTemp<CFDictionaryRef> ctx("{%O=%s}", kSecAssessmentUpdateKeyLabel, "Developer ID");
486 CFTemp<CFDictionaryRef> ctx("{%O=%s}", kSecAssessmentUpdateKeyLabel, "Developer ID");
H A Dopaquewhitelist.cpp219 CFTemp<CFDictionaryRef> conditions((const char*)matches[0]);
268 CFTemp<CFDictionaryRef> rules("{" // same resource rules as used for collection
281 CFTemp<CFDictionaryRef> arguments("{%O=%O, %O=#N, %O=%O}",
H A DSecCode.cpp185 if (SecCode *guest = KernelCode::active()->locateGuest(CFTemp<CFDictionaryRef>("{%O=%d}", kSecGuestAttributePid, pid)))
H A Dxpcengine.cpp154 CFTemp<CFDictionaryRef> info("{current=%d,total=%d}", current, total);
H A Dpolicydb.cpp452 CFTemp<CFDictionaryRef> info("{event=%s, timestamp=%O}", event, now.get());
H A Dpolicyengine.cpp271 CFTemp<CFDictionaryRef> arguments("{%O=%O, %O=#N}", kSecCodeSignerDetached, signature.get(), kSecCodeSignerIdentity);
1056 CFTemp<CFDictionaryRef> arguments("{%O=#N}", kSecCodeSignerIdentity);
H A DStaticCode.cpp172 mMonitor(this->handle(false), CFSTR("progress"), CFTemp<CFDictionaryRef>("{current=%d,total=%d}", mCurrentWork, mTotalWork));

Completed in 99 milliseconds