Home
last modified time | relevance | path

Searched refs:padCount (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/bsd/elftosb/dist/common/
H A DEncoreBootImage.cpp1326 unsigned padCount = sizeOfPaddingForCipherBlocks(m_length); in getBlocks() local
1341 if (padCount && (offset != blockCount - 1) && (offset + resultBlocks == blockCount)) in getBlocks()
1348 if (padCount && offset == blockCount - 1) in getBlocks()
1351 unsigned remainderLength = sizeof(cipher_block_t) - padCount; in getBlocks()
1358 memset(bytePtr + remainderLength, 0, padCount); in getBlocks()