Searched refs:manifest (Results 1 - 25 of 104) sorted by relevance

12345

/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_manifest/lib/
H A DManifestSigner.h43 virtual CFDataRef Export (ManifestInternal& manifest) = 0;
46 SecPolicyRef policyRef, ManifestInternal *manifest) = 0;
H A DSecManifest.cpp48 secdebug ("manifest", "SecManifestGetVersion");
55 OSStatus SecManifestCreate(SecManifestRef *manifest) argument
60 *manifest = (SecManifestRef) manifestPtr;
62 secdebug ("manifest", "SecManifestCreate(%p)", manifest);
69 void SecManifestRelease (SecManifestRef manifest) argument
71 delete (Manifest*) manifest;
88 SecManifestRef *manifest)
91 evaluateContext, NULL, manifest);
102 SecManifestRef *manifest)
83 SecManifestVerifySignature(CFDataRef data, SecManifestTrustSetupCallback setupCallback, void* setupContext, SecManifestTrustEvaluateCallback evaluateCallback, void* evaluateContext, SecManifestRef *manifest) argument
96 SecManifestVerifySignatureWithPolicy(CFDataRef data, SecManifestTrustSetupCallback setupCallback, void* setupContext, SecManifestTrustEvaluateCallback evaluateCallback, void* evaluateContext, SecPolicyRef policyRef, SecManifestRef *manifest) argument
142 SecManifestCreateSignature(SecManifestRef manifest, UInt32 options, CFDataRef *data) argument
169 SecManifestAddObject(SecManifestRef manifest, CFTypeRef object, CFArrayRef exceptionList) argument
201 SecManifestAddSigner(SecManifestRef manifest, SecIdentityRef identity) argument
[all...]
H A DAppleManifest.h41 void AddDataBlobToManifest (CFMutableDataRef manifest, ManifestDataBlobItem* db);
42 void AddDirectoryToManifest (CFMutableDataRef manifest, ManifestDirectoryItem* directory);
43 void AddFileToManifest (CFMutableDataRef manifest, ManifestFileItem* file);
44 void AddSymLinkToManifest (CFMutableDataRef manifest, ManifestSymLinkItem* file);
45 void AddOtherToManifest (CFMutableDataRef manifest, ManifestOtherItem* other);
46 void AddManifestItemListToManifest (CFMutableDataRef manifest, ManifestItemList &itemList);
47 void CreateManifest (CFMutableDataRef manifest, ManifestInternal& internalManifest);
57 void ReconstructManifest (uint8* data, uint32 length, ManifestInternal& manifest);
67 virtual CFDataRef Export (ManifestInternal& manifest);
70 SecPolicyRef policyRef, ManifestInternal *manifest);
[all...]
H A DSecManifest.h43 errSecManifestNotSupported = -22040, /* The specified object can't be placed in a manifest */
44 errSecManifestNoSigners = -22041, /* There must be at least one signer for a manifest */
46 errSecManifestIsNotEmpty = -20043, /* The manifest was not empty before create from external representation */
47 errSecManifestDidNotVerify = -20044, /* The manifest did not verify */
48 errSecManifestDamaged = -20045, /* The manifest was damaged */
50 errSecManifestBadResult = -20057, /* A manifest callback returned an invalid result */
53 errSecManifestNoSignersFound = -20060, /* No signers were found in the manifest */
61 @abstract A pointer to an opaque manifest structure
77 @abstract Creates a new manifest object for signing.
78 @param manifest O
[all...]
H A DAppleManifest.cpp55 secdebug ("manifest", "Length was %lld, patched at location %lld", length, (UInt64) location);
118 secdebug ("manifest", "\tAdding header for %s", name);
149 void AppleManifest::AddDirectoryToManifest (CFMutableDataRef manifest, ManifestDirectoryItem* directory) argument
151 secdebug ("manifest", "Adding directory %s to manifest", directory->GetName ());
153 CFIndex currentIndex = GetCurrentLengthAndExtend (manifest);
154 AppendUInt16 (manifest, (UInt16) kManifestDirectoryItemType);
156 WriteFileSystemItemHeader (manifest, directory);
158 AddManifestItemListToManifest (manifest, directory->GetItemList ());
160 WriteLengthAndUpdate (manifest, CFDataGetLengt
165 AddFileToManifest(CFMutableDataRef manifest, ManifestFileItem* file) argument
198 AddSymLinkToManifest(CFMutableDataRef manifest, ManifestSymLinkItem* file) argument
213 AddOtherToManifest(CFMutableDataRef manifest, ManifestOtherItem* other) argument
225 AddDataBlobToManifest(CFMutableDataRef manifest, ManifestDataBlobItem* item) argument
293 CreateManifest(CFMutableDataRef manifest, ManifestInternal& internalManifest) argument
332 Export(ManifestInternal& manifest) argument
650 ReconstructManifest(uint8* data, uint32 length, ManifestInternal& manifest) argument
704 Verify(CFDataRef data, SecManifestTrustSetupCallback setupCallback, void* setupContext, SecManifestTrustEvaluateCallback evaluateCallback, void* evaluateContext, SecPolicyRef policy, ManifestInternal *manifest) argument
[all...]
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Models/
H A DApplicationCacheFrame.js26 WebInspector.ApplicationCacheFrame = function(frame, manifest, status)
29 console.assert(manifest instanceof WebInspector.ApplicationCacheManifest);
34 this._manifest = manifest;
40 WebInspector.ApplicationCacheFrame.ManifestURLCookieKey = "application-cache-frame-manifest-url";
52 get manifest()
70 cookie[WebInspector.ApplicationCacheFrame.ManifestURLCookieKey] = this.manifest.manifestURL;
/macosx-10.10.1/ruby-106/ruby/nacl/
H A Dpackage.rb22 @manifest = {
26 raise "Collision of #{path}" if @manifest['files'].key? path
27 @manifest['files'][path] = {
34 raise "Collision of #{alternate_path}" if @manifest['files'].key? alternate_path
35 @manifest['files'][alternate_path] = {
44 def manifest method in class:Installation
45 @manifest.dup
50 @manifest["program"] = {
59 @manifest["files"][name] = {
89 manifest
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/memchan/memchan/tools/
H A Dcheck_manifest3 # check the manifest against the current contents of the directory
5 set manifest [lindex $argv 0]
16 # read manifest and check existence of all listed files
17 source $manifest
21 # for files not listed in the manifest
/macosx-10.10.1/tcl-105/tcl_ext/tbcload/tbcload/tools/
H A Dcheck_manifest3 # check the manifest against the current contents of the directory
5 set manifest [lindex $argv 0]
16 # read manifest and check existence of all listed files
17 source $manifest
21 # for files not listed in the manifest
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/tools/
H A Dcheck_manifest3 # check the manifest against the current contents of the directory
5 set manifest [lindex $argv 0]
16 # read manifest and check existence of all listed files
17 source $manifest
21 # for files not listed in the manifest
/macosx-10.10.1/vim-55/src/GvimExt/
H A DMakefile22 if exist $*.dll.manifest mt -nologo -manifest $*.dll.manifest -outputresource:$*.dll;2
38 - if exist gvimext.dll.manifest del gvimext.dll.manifest
/macosx-10.10.1/Security-57031.1.35/Security/sec/SOSCircle/SecureObjectSync/
H A DSOSManifest.c36 CFStringRef kSOSManifestErrorDomain = CFSTR("com.apple.security.sos.manifest.error");
62 SOSManifestRef manifest = CFTypeAllocate(SOSManifest, struct __OpaqueSOSManifest, kCFAllocatorDefault); local
63 if (!manifest)
64 SecCFCreateErrorWithFormat(kSOSManifestCreateError, kSOSManifestErrorDomain, NULL, error, NULL, CFSTR("Failed to create manifest"));
66 manifest->digestVector = CFDataCreateCopy(kCFAllocatorDefault, data);
68 manifest->digestVector = CFDataCreate(kCFAllocatorDefault, NULL, 0);
70 assert(!manifest || manifest->digestVector != NULL);
71 return manifest;
77 SOSManifestRef manifest local
98 SOSManifestGetDigestVector(SOSManifestRef manifest) argument
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/sec/SOSCircle/Regressions/
H A Dsc-60-peer.c111 /* Get the peer's manifest. */
112 SOSManifestRef manifest = SOSPeerGetManifest(peer, mfType, &error);
113 ok(manifest == NULL, "No manifest yet for this peer: %@", error);
116 /* Get the peer's manifest digest. */
117 CFDataRef digest = SOSManifestGetDigest(manifest, &error);
118 ok(digest == NULL, "No digest yet for this peer's manifest: %@", error);
121 ok(manifest = SOSManifestCreateWithBytes(NULL, 0, &error), "Create empty manifest: %@", error);
123 ok(SOSPeerSetManifest(peer, mfType, manifest,
[all...]
/macosx-10.10.1/Heimdal-398.1.2/packages/windows/assembly/
H A DNTMakefile56 ASMKRBMAN=$(ASMKRBNAME).manifest
68 $(ASMKRBDIR)\$(ASMKRBMAN).nohash: Heimdal.Kerberos.manifest.in
78 $(MT) -manifest $(ASMKRBDIR)\$(ASMKRBMAN).nohash -out:$(ASMKRBDIR)\$(ASMKRBMAN) -hashupdate -makecdfs
100 $(MT) -manifest $(ASMKRBDIR)\$(ASMKRBMAN) -validate_manifest
117 $(APPMANIFEST): Heimdal.Application.manifest.in
124 $(MT) -manifest $(APPMANIFEST) -validate_manifest
144 $(MT) -manifest $(POLKRBFILE) -makecdfs
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DApplicationCacheIcons.css26 .application-cache-manifest .icon {
/macosx-10.10.1/ICU-531.30/icuSources/config/
H A Dmh-cygwin-msvc184 ## Starting in MSVC 2005, manifest files are required. This reduces the obnoxiousness of this feature.
185 POST_SO_BUILD_STEP = @([ -e $<.manifest ] && \
186 ( echo Embedding manifest into $< && mt.exe -nologo -manifest $<.manifest -outputresource:"$<;2" && rm -rf $<.manifest )) \
188 POST_BUILD_STEP = @([ -e $@.manifest ] && \
189 ( echo Embedding manifest into $@ && mt.exe -nologo -manifest $@.manifest
[all...]
/macosx-10.10.1/bind9-45.101/bind9/bin/confgen/win32/
H A Dddnsconfgen.mak49 # _VC_MANIFEST_EMBED_EXE - command to embed manifest in EXE:
58 if exist $@.manifest mt.exe -manifest $@.manifest -out:$(_VC_MANIFEST_BASENAME).auto.manifest $(MT_SPECIAL_SWITCH) & \
66 if exist $@.manifest mt.exe -manifest $@.manifest -outputresource:$@;1
71 # _VC_MANIFEST_EMBED_DLL - command to embed manifest in DLL:
80 if exist $@.manifest m
[all...]
H A Drndcconfgen.mak49 # _VC_MANIFEST_EMBED_EXE - command to embed manifest in EXE:
58 if exist $@.manifest mt.exe -manifest $@.manifest -out:$(_VC_MANIFEST_BASENAME).auto.manifest $(MT_SPECIAL_SWITCH) & \
66 if exist $@.manifest mt.exe -manifest $@.manifest -outputresource:$@;1
71 # _VC_MANIFEST_EMBED_DLL - command to embed manifest in DLL:
80 if exist $@.manifest m
[all...]
/macosx-10.10.1/bind9-45.101/bind9/bin/dnssec/win32/
H A Ddsfromkey.mak46 # _VC_MANIFEST_EMBED_EXE - command to embed manifest in EXE:
55 if exist $@.manifest mt.exe -manifest $@.manifest -out:$(_VC_MANIFEST_BASENAME).auto.manifest $(MT_SPECIAL_SWITCH) & \
63 if exist $@.manifest mt.exe -manifest $@.manifest -outputresource:$@;1
68 # _VC_MANIFEST_EMBED_DLL - command to embed manifest in DLL:
77 if exist $@.manifest m
[all...]
H A Dkeyfromlabel.mak46 # _VC_MANIFEST_EMBED_EXE - command to embed manifest in EXE:
55 if exist $@.manifest mt.exe -manifest $@.manifest -out:$(_VC_MANIFEST_BASENAME).auto.manifest $(MT_SPECIAL_SWITCH) & \
63 if exist $@.manifest mt.exe -manifest $@.manifest -outputresource:$@;1
68 # _VC_MANIFEST_EMBED_DLL - command to embed manifest in DLL:
77 if exist $@.manifest m
[all...]
H A Dkeygen.mak46 # _VC_MANIFEST_EMBED_EXE - command to embed manifest in EXE:
55 if exist $@.manifest mt.exe -manifest $@.manifest -out:$(_VC_MANIFEST_BASENAME).auto.manifest $(MT_SPECIAL_SWITCH) & \
63 if exist $@.manifest mt.exe -manifest $@.manifest -outputresource:$@;1
68 # _VC_MANIFEST_EMBED_DLL - command to embed manifest in DLL:
77 if exist $@.manifest m
[all...]
H A Drevoke.mak46 # _VC_MANIFEST_EMBED_EXE - command to embed manifest in EXE:
55 if exist $@.manifest mt.exe -manifest $@.manifest -out:$(_VC_MANIFEST_BASENAME).auto.manifest $(MT_SPECIAL_SWITCH) & \
63 if exist $@.manifest mt.exe -manifest $@.manifest -outputresource:$@;1
68 # _VC_MANIFEST_EMBED_DLL - command to embed manifest in DLL:
77 if exist $@.manifest m
[all...]
H A Dsettime.mak46 # _VC_MANIFEST_EMBED_EXE - command to embed manifest in EXE:
55 if exist $@.manifest mt.exe -manifest $@.manifest -out:$(_VC_MANIFEST_BASENAME).auto.manifest $(MT_SPECIAL_SWITCH) & \
63 if exist $@.manifest mt.exe -manifest $@.manifest -outputresource:$@;1
68 # _VC_MANIFEST_EMBED_DLL - command to embed manifest in DLL:
77 if exist $@.manifest m
[all...]
H A Dsignzone.mak46 # _VC_MANIFEST_EMBED_EXE - command to embed manifest in EXE:
55 if exist $@.manifest mt.exe -manifest $@.manifest -out:$(_VC_MANIFEST_BASENAME).auto.manifest $(MT_SPECIAL_SWITCH) & \
63 if exist $@.manifest mt.exe -manifest $@.manifest -outputresource:$@;1
68 # _VC_MANIFEST_EMBED_DLL - command to embed manifest in DLL:
77 if exist $@.manifest m
[all...]
/macosx-10.10.1/bind9-45.101/bind9/bin/pkcs11/win32/
H A Dpk11destroy.mak46 # _VC_MANIFEST_EMBED_EXE - command to embed manifest in EXE:
55 if exist $@.manifest mt.exe -manifest $@.manifest -out:$(_VC_MANIFEST_BASENAME).auto.manifest $(MT_SPECIAL_SWITCH) & \
63 if exist $@.manifest mt.exe -manifest $@.manifest -outputresource:$@;1
68 # _VC_MANIFEST_EMBED_DLL - command to embed manifest in DLL:
77 if exist $@.manifest m
[all...]

Completed in 772 milliseconds

12345