Lines Matching refs:SnP_width
42 if (rate+capacity != SnP_width)
44 if ((rate <= 0) || (rate > SnP_width) || ((rate % 8) != 0))
55 if (((rateInBytes % (SnP_width/200)) == 0) && (inputByteLen >= rateInBytes)) {
58 j = SnP_FastLoop_Absorb(state, rateInBytes/(SnP_width/200), curInput, inputByteLen);
97 unsigned char block[SnP_width/8];
98 memset(block, 0, SnP_width/8);
135 if (rate+capacity != SnP_width)
137 if ((rate <= 0) || (rate > SnP_width) || ((rate % 8) != 0))
166 if ((rateInBytes % (SnP_width/200)) == 0) {
168 … j = SnP_FastLoop_Absorb(instance->state, rateInBytes/(SnP_width/200), curData, dataByteLen - i);
237 unsigned char block[SnP_width/8];
238 memset(block, 0, SnP_width/8);