Searched refs:section_header_t (Results 1 – 5 of 5) sorted by relevance
136 EncoreBootImage::section_header_t header; in readSectionTable()182 mac.update((const uint8_t *)&(*it), sizeof(EncoreBootImage::section_header_t)); in readKeyDictionary()313 EncoreBootImage::section_header_t & header = m_sections[index]; in readSection()
32 typedef std::vector<EncoreBootImage::section_header_t> section_array_t;
330 const EncoreBootImage::section_header_t & sectionHeader = *it; in readBootImage()560 void dumpSectionHeader(const EncoreBootImage::section_header_t & header) in dumpSectionHeader()
140 assert(sizeOfPaddingForCipherBlocks(sizeof(section_header_t)) == 0); in writeToStream()141 section_header_t sectionHeader; in writeToStream()352 …onHeaderSize = ENDIAN_HOST_TO_LITTLE_U16((uint16_t)numberOfCipherBlocks(sizeof(section_header_t))); in prepareImageHeader()432 offset += numberOfCipherBlocks(sizeof(section_header_t)) * sectionCount(); // section table in getSectionOffset()490 const uint32_t sectionHeaderSize = numberOfCipherBlocks(sizeof(section_header_t)); in getImageSize()1125 void EncoreBootImage::Section::fillSectionHeader(section_header_t & header) in fillSectionHeader()
190 struct section_header_t struct218 section_header_t m_sections[1]; //!< The table entries.729 virtual void fillSectionHeader(section_header_t & header);