Home | History | Annotate | Download | only in blowfish

Lines Matching refs:tin0

153   uint32_t tin0, tin1;
163 n2l(in, tin0);
165 tin0 ^= tout0;
167 tin[0] = tin0;
176 n2ln(in, tin0, tin1, l + 8);
177 tin0 ^= tout0;
179 tin[0] = tin0;
194 n2l(in, tin0);
196 tin[0] = tin0;
203 xor0 = tin0;
207 n2l(in, tin0);
209 tin[0] = tin0;
215 xor0 = tin0;
221 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;