Searched refs:DetachedRep (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/Security-55471.14.18/include/security_codesigning/
H A Ddetachedrep.h38 // We use a DetachedRep to interpose (filter) the genuine DiskRep representing
49 class DetachedRep : public FilterRep { class in namespace:Security::CodeSigning
51 DetachedRep(CFDataRef sig, DiskRep *orig, const std::string &source); // SuperBlob of all architectures
52 DetachedRep(CFDataRef sig, CFDataRef gsig, DiskRep *orig, const std::string &source); // one architecture + globals
H A Ddetachedrep.cpp35 // We construct a DetachedRep from the data blob of the detached signature
41 DetachedRep::DetachedRep(CFDataRef sig, DiskRep *orig, const std::string &source) function in class:Security::CodeSigning::DetachedRep
65 // Here's a version to construct a DetachedRep if we already have the right architecture
68 DetachedRep::DetachedRep(CFDataRef sig, CFDataRef gsig, DiskRep *orig, const std::string &source) function in class:Security::CodeSigning::DetachedRep
91 CFDataRef DetachedRep::component(CodeDirectory::SpecialSlot slot)
H A Dcsdatabase.cpp105 return new DetachedRep(sig, gsig, rep, "system");
H A DStaticCode.cpp178 mRep = new DetachedRep(sigData, mRep->base(), "explicit detached");
216 if (DetachedRep *rep = dynamic_cast<DetachedRep *>(mRep.get()))
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/lib/
H A Ddetachedrep.h38 // We use a DetachedRep to interpose (filter) the genuine DiskRep representing
49 class DetachedRep : public FilterRep { class in namespace:Security::CodeSigning
51 DetachedRep(CFDataRef sig, DiskRep *orig, const std::string &source); // SuperBlob of all architectures
52 DetachedRep(CFDataRef sig, CFDataRef gsig, DiskRep *orig, const std::string &source); // one architecture + globals
H A Ddetachedrep.cpp35 // We construct a DetachedRep from the data blob of the detached signature
41 DetachedRep::DetachedRep(CFDataRef sig, DiskRep *orig, const std::string &source) function in class:Security::CodeSigning::DetachedRep
65 // Here's a version to construct a DetachedRep if we already have the right architecture
68 DetachedRep::DetachedRep(CFDataRef sig, CFDataRef gsig, DiskRep *orig, const std::string &source) function in class:Security::CodeSigning::DetachedRep
91 CFDataRef DetachedRep::component(CodeDirectory::SpecialSlot slot)
H A Dcsdatabase.cpp105 return new DetachedRep(sig, gsig, rep, "system");
H A DStaticCode.cpp178 mRep = new DetachedRep(sigData, mRep->base(), "explicit detached");
216 if (DetachedRep *rep = dynamic_cast<DetachedRep *>(mRep.get()))

Completed in 77 milliseconds