Searched refs:boot_image_header_t (Results 1 – 4 of 4) sorted by relevance
90 const EncoreBootImage::boot_image_header_t & getHeader() const { return m_header; } in getHeader()105 EncoreBootImage::boot_image_header_t m_header; //!< Header from the boot image.
300 const EncoreBootImage::boot_image_header_t & header = m_reader->getHeader(); in readBootImage()528 void dumpImageHeader(const EncoreBootImage::boot_image_header_t & header) in dumpImageHeader()
109 boot_image_header_t imageHeader; in writeToStream()115 assert(sizeOfPaddingForCipherBlocks(sizeof(boot_image_header_t)) == 0); in writeToStream()329 void EncoreBootImage::prepareImageHeader(boot_image_header_t & header) in prepareImageHeader()431 uint32_t offset = numberOfCipherBlocks(sizeof(boot_image_header_t)); // header in getSectionOffset()489 const uint32_t headerBlocks = numberOfCipherBlocks(sizeof(boot_image_header_t)); in getImageSize()
133 struct boot_image_header_t struct957 void prepareImageHeader(boot_image_header_t & header);