Home | History | Annotate | Download | only in cast

Lines Matching defs:tout1

169   uint32_t tout0, tout1, xor0, xor1;
175 n2l(iv, tout1);
181 tin1 ^= tout1;
186 tout1 = tin[1];
188 l2n(tout1, out);
193 tin1 ^= tout1;
198 tout1 = tin[1];
200 l2n(tout1, out);
203 l2n(tout1, iv);
215 tout1 = tin[1] ^ xor1;
217 l2n(tout1, out);
228 tout1 = tin[1] ^ xor1;
229 l2nn(tout0, tout1, out, l + 8);
236 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;