Searched refs:padCount (Results 1 – 1 of 1) sorted by relevance
1326 unsigned padCount = sizeOfPaddingForCipherBlocks(m_length); in getBlocks() local1341 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()