Searched refs:m_padCount (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/external/bsd/elftosb/dist/common/ |
| D | EncoreBootImage.cpp | 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() 814 m_padCount = sizeOfPaddingForCipherBlocks(dataBlockCount); in initFromData() 827 if (m_padCount) in initFromData() 829 …_t * firstPadByte = reinterpret_cast<const uint8_t *> (blocks + (1 + dataBlockCount)) - m_padCount; in initFromData() 830 memcpy(m_padding, firstPadByte, m_padCount); in initFromData() 867 if (m_padCount) in calculateCRC() 870 crc.update(m_padding, m_padCount); in calculateCRC() 892 m_padCount = sizeOfPaddingForCipherBlocks(m_length); in setData() 942 … if (m_padCount && (offset != blockCount - 1) && (offset + resultBlocks == blockCount)) in getDataBlocks() [all …]
|
| D | EncoreBootImage.h | 540 unsigned m_padCount; //!< Number of pad bytes. variable
|