Lines Matching refs:block
90 …/* If the first bit of padding is at position rate-1, we need a whole new block for the second bit…
97 unsigned char block[SnP_width/8];
98 memset(block, 0, SnP_width/8);
99 block[rateInBytes-1] = 0x80;
100 displayBytes(1, "Second bit of padding", block, rateInBytes);
113 displayBytes(1, "Squeezed block", curOutput, rateInBytes);
123 displayBytes(1, "Squeezed block (part)", curOutput, partialBlock);
230 …/* If the first bit of padding is at position rate-1, we need a whole new block for the second bit…
237 unsigned char block[SnP_width/8];
238 memset(block, 0, SnP_width/8);
239 block[rateInBytes-1] = 0x80;
240 displayBytes(1, "Second bit of padding", block, rateInBytes);
272 displayBytes(1, "Squeezed block", curData, rateInBytes);
292 displayBytes(1, "Squeezed block (part)", curData, partialBlock);