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);
229 …/* If the first bit of padding is at position rate-1, we need a whole new block for the second bit…
236 unsigned char block[SnP_width/8];
237 memset(block, 0, SnP_width/8);
238 block[rateInBytes-1] = 0x80;
239 displayBytes(1, "Second bit of padding", block, rateInBytes);
271 displayBytes(1, "Squeezed block", curData, rateInBytes);
290 displayBytes(1, "Squeezed block (part)", curData, partialBlock);