Searched refs:infoData (Results 1 - 17 of 17) sorted by relevance

/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_x509_cl/lib/
H A DSession_CSR.cpp122 CssmData &infoData = CssmData::overlay(encReqInfo); local
123 signData(CCHandle, infoData, sig);
/macosx-10.10/Security-57031.1.35/Security/include/security_codesigning/
H A Dxpcengine.cpp223 CFRef<CFDataRef> infoData = makeCFData(CFDictionaryRef(info)); local
224 xpc_dictionary_set_data(msg, "info", CFDataGetBytePtr(infoData), CFDataGetLength(infoData));
H A Dpolicydb.cpp453 CFRef<CFDataRef> infoData = makeCFData(info.get()); local
455 fd.write(CFDataGetBytePtr(infoData), CFDataGetLength(infoData));
460 if (CFRef<CFDataRef> infoData = cfLoadFile(rearmTimerFile)) {
461 if (CFRef<CFDictionaryRef> info = makeCFDictionaryFrom(infoData)) {
H A DSecAssessment.cpp510 CFRef<CFDataRef> infoData = cfLoadFile(lastRejectFile); local
511 if (infoData)
512 result = makeCFDictionaryFrom(infoData);
H A Dsigner.cpp129 if (CFRef<CFDataRef> infoData = rep->component(cdInfoSlot))
130 infoDict.take(makeCFDictionaryFrom(infoData));
H A Dpolicyengine.cpp988 CFRef<CFDataRef> infoData = makeCFData(info); local
990 fd.write(CFDataGetBytePtr(infoData), CFDataGetLength(infoData));
H A DStaticCode.cpp999 if (CFDataRef infoData = component(slot)) {
1001 if (CFDictionaryRef dict = makeCFDictionaryFrom(infoData))
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Dxpcengine.cpp223 CFRef<CFDataRef> infoData = makeCFData(CFDictionaryRef(info)); local
224 xpc_dictionary_set_data(msg, "info", CFDataGetBytePtr(infoData), CFDataGetLength(infoData));
H A Dpolicydb.cpp453 CFRef<CFDataRef> infoData = makeCFData(info.get()); local
455 fd.write(CFDataGetBytePtr(infoData), CFDataGetLength(infoData));
460 if (CFRef<CFDataRef> infoData = cfLoadFile(rearmTimerFile)) {
461 if (CFRef<CFDictionaryRef> info = makeCFDictionaryFrom(infoData)) {
H A DSecAssessment.cpp510 CFRef<CFDataRef> infoData = cfLoadFile(lastRejectFile); local
511 if (infoData)
512 result = makeCFDictionaryFrom(infoData);
H A Dsigner.cpp129 if (CFRef<CFDataRef> infoData = rep->component(cdInfoSlot))
130 infoDict.take(makeCFDictionaryFrom(infoData));
H A Dpolicyengine.cpp988 CFRef<CFDataRef> infoData = makeCFData(info); local
990 fd.write(CFDataGetBytePtr(infoData), CFDataGetLength(infoData));
H A DStaticCode.cpp999 if (CFDataRef infoData = component(slot)) {
1001 if (CFDictionaryRef dict = makeCFDictionaryFrom(infoData))
/macosx-10.10/configd-699.1.5/Plugins/KernelEventMonitor/
H A Dev_dlil.c227 CFDataRef infoData; local
242 infoData = CFDataCreate(NULL, info, info_size);
243 CFDictionarySetValue(newDict, kSCPropNetLinkIssuesInfo, infoData);
244 CFRelease(infoData);
/macosx-10.10/security_systemkeychain-55202/syspolicyd/
H A Dsyspolicyd.cpp284 const void *infoData = xpc_dictionary_get_data(msg, "info", &length); local
285 CFRef<CFDictionaryRef> info = makeCFDictionaryFrom(infoData, length);
/macosx-10.10/WebKit-7600.1.25/mac/Plugins/Hosted/
H A DNetscapePluginHostProxy.mm883 kern_return_t WKPCIdentifierInfo(mach_port_t clientPort, uint64_t serverIdentifier, data_t* infoData, mach_msg_type_number_t* infoLength)
900 mig_allocate(reinterpret_cast<vm_address_t*>(infoData), *infoLength);
902 memcpy(*infoData, data.bytes, *infoLength);
/macosx-10.10/WebCore-7600.1.25/platform/network/curl/
H A DResourceHandleManager.cpp774 curl_version_info_data *infoData = curl_version_info(CURLVERSION_NOW); local
775 if (infoData->features & CURL_VERSION_LARGEFILE)

Completed in 156 milliseconds