Searched refs:BootCommand (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/external/bsd/elftosb/dist/common/ |
| D | EncoreBootImage.h | 325 class BootCommand : public CipherBlockGenerator 329 …static BootCommand * createFromData(const cipher_block_t * blocks, unsigned count, unsigned * cons… 333 BootCommand() : CipherBlockGenerator() {} in BootCommand() function 336 virtual ~BootCommand() {} in ~BootCommand() 418 class NopCommand : public BootCommand 422 NopCommand() : BootCommand() {} in NopCommand() 443 class TagCommand : public BootCommand 447 TagCommand() : BootCommand() {} in TagCommand() 485 class LoadCommand : public BootCommand 552 class FillCommand : public BootCommand [all …]
|
| D | EncoreBootImage.cpp | 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() [all …]
|