Lines Matching refs:BootCommand
534 EncoreBootImage::BootCommand * EncoreBootImage::BootCommand::createFromData(const cipher_block_t * … in createFromData()
537 BootCommand * command = NULL; in createFromData()
573 uint8_t EncoreBootImage::BootCommand::calculateChecksum(const boot_command_t & header) in calculateChecksum()
590 unsigned EncoreBootImage::BootCommand::getBlockCount() const in getBlockCount()
608 unsigned EncoreBootImage::BootCommand::getBlocks(unsigned offset, unsigned maxCount, cipher_block_t… in getBlocks()
653 void EncoreBootImage::BootCommand::validateHeader(const boot_command_t * modelHeader, const boot_co… in validateHeader()
780 : BootCommand(), m_data(), m_padCount(0), m_length(0), m_address(0), m_loadDCD(false) in LoadCommand()
786 : BootCommand(), m_data(), m_padCount(0), m_length(0), m_address(address), m_loadDCD(false) in LoadCommand()
985 : BootCommand(), m_address(0), m_count(0), m_pattern(0) in FillCommand()
1226 BootCommand * command = *it; in getBlocks()
1272 BootCommand * command = BootCommand::createFromData(currentBlock, remaining, &consumed); in fillFromData()
1293 const BootCommand * command = *it; in debugPrint()