Home
last modified time | relevance | path

Searched refs:EncoreBootImageReader (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/bsd/elftosb/dist/sbtool/
H A DEncoreBootImageReader.cpp20 void EncoreBootImageReader::readImageHeader() in readImageHeader()
64 void EncoreBootImageReader::computeHeaderDigest(sha1_digest_t & digest) in computeHeaderDigest()
76 void EncoreBootImageReader::readImageDigest() in readImageDigest()
104 void EncoreBootImageReader::computeImageDigest(sha1_digest_t & digest) in computeImageDigest()
128 void EncoreBootImageReader::readSectionTable() in readSectionTable()
166 bool EncoreBootImageReader::readKeyDictionary(const AESKey<128> & kek) in readKeyDictionary()
234 void EncoreBootImageReader::readBootTags() in readBootTags()
288 uint8_t EncoreBootImageReader::calculateCommandChecksum(EncoreBootImage::boot_command_t & header) in calculateCommandChecksum()
309 EncoreBootImage::Section * EncoreBootImageReader::readSection(unsigned index) in readSection()
H A DEncoreBootImageReader.h18 class EncoreBootImageReader
39 EncoreBootImageReader(std::istream & stream) : m_stream(stream) {} in EncoreBootImageReader() function
42 virtual ~EncoreBootImageReader() {} in ~EncoreBootImageReader()
H A Dsbtool.cpp85 smart_ptr<EncoreBootImageReader> m_reader; //!< Boot image reader object.
296 m_reader = new EncoreBootImageReader(sbStream); in readBootImage()
324 const EncoreBootImageReader::section_array_t & sectionTable = m_reader->getSections(); in readBootImage()
325 EncoreBootImageReader::section_array_t::const_iterator it = sectionTable.begin(); in readBootImage()
414 const EncoreBootImageReader::boot_tag_array_t & tags = m_reader->getBootTags(); in readBootImage()
415 EncoreBootImageReader::boot_tag_array_t::const_iterator tagIt = tags.begin(); in readBootImage()
/netbsd-src/external/bsd/elftosb/usr.sbin/sbtool/
H A DMakefile12 SRCS= EncoreBootImageReader.cpp sbtool.cpp
/netbsd-src/external/bsd/elftosb/dist/elftosb.xcodeproj/
H A Dproject.pbxproj67 …1E00027E24E /* EncoreBootImageReader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 020D47A10A…
206 …E24E /* EncoreBootImageReader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
207 …E /* EncoreBootImageReader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =…
332 020D47A00A16C1E00027E24E /* EncoreBootImageReader.h */,
333 020D47A10A16C1E00027E24E /* EncoreBootImageReader.cpp */,
651 020D47A20A16C1E00027E24E /* EncoreBootImageReader.cpp in Sources */,
H A Dcreed.pbxuser346 020D47A00A16C1E00027E24E /* EncoreBootImageReader.h */ = {
354 020D47A10A16C1E00027E24E /* EncoreBootImageReader.cpp */ = {
2294 fRef = 020D47A00A16C1E00027E24E /* EncoreBootImageReader.h */;
2295 name = "EncoreBootImageReader.h: 34";
2304 fRef = 020D47A10A16C1E00027E24E /* EncoreBootImageReader.cpp */;
2305 name = "EncoreBootImageReader.cpp: 1";
/netbsd-src/external/bsd/elftosb/dist/
H A Dmakefile.rules96 EncoreBootImageReader.o \