Searched refs:BlobEditor (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/Security-57031.1.35/Security/include/security_codesigning/
H A Dsignerutils.cpp98 // BlobEditor
100 BlobEditor::BlobEditor(Universal &fat, SecCodeSigner::Signer &s) function in class:Security::CodeSigning::BlobEditor
105 void BlobEditor::component(CodeDirectory::SpecialSlot slot, CFDataRef data)
110 void BlobEditor::write(Arch &arch, EmbeddedSignatureBlob *blob)
116 void BlobEditor::commit()
H A Dsignerutils.h129 class BlobEditor : public ArchEditor { class in namespace:Security::CodeSigning
131 BlobEditor(Universal &fat, SecCodeSigner::Signer &s);
H A Dsigner.cpp398 ? static_cast<ArchEditor *>(new BlobEditor(*fat, *this))
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Dsignerutils.cpp98 // BlobEditor
100 BlobEditor::BlobEditor(Universal &fat, SecCodeSigner::Signer &s) function in class:Security::CodeSigning::BlobEditor
105 void BlobEditor::component(CodeDirectory::SpecialSlot slot, CFDataRef data)
110 void BlobEditor::write(Arch &arch, EmbeddedSignatureBlob *blob)
116 void BlobEditor::commit()
H A Dsignerutils.h129 class BlobEditor : public ArchEditor { class in namespace:Security::CodeSigning
131 BlobEditor(Universal &fat, SecCodeSigner::Signer &s);
H A Dsigner.cpp398 ? static_cast<ArchEditor *>(new BlobEditor(*fat, *this))

Completed in 91 milliseconds