HomeSort by: relevance | last modified time | path
    Searched refs:m_padCount (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/elftosb/dist/common/
EncoreBootImage.cpp 780 : BootCommand(), m_data(), m_padCount(0), m_length(0), m_address(0), m_loadDCD(false)
786 : BootCommand(), m_data(), m_padCount(0), m_length(0), m_address(address), m_loadDCD(false)
814 m_padCount = sizeOfPaddingForCipherBlocks(dataBlockCount);
827 if (m_padCount)
829 const uint8_t * firstPadByte = reinterpret_cast<const uint8_t *> (blocks + (1 + dataBlockCount)) - m_padCount;
830 memcpy(m_padding, firstPadByte, m_padCount);
867 if (m_padCount)
870 crc.update(m_padding, m_padCount);
892 m_padCount = sizeOfPaddingForCipherBlocks(m_length);
942 if (m_padCount && (offset != blockCount - 1) && (offset + resultBlocks == blockCount)
    [all...]
EncoreBootImage.h 540 unsigned m_padCount; //!< Number of pad bytes.

Completed in 19 milliseconds