Home | History | Annotate | Download | only in cast

Lines Matching refs:tout0

169   uint32_t tout0, tout1, xor0, xor1;
174 n2l(iv, tout0);
180 tin0 ^= tout0;
185 tout0 = tin[0];
187 l2n(tout0, out);
192 tin0 ^= tout0;
197 tout0 = tin[0];
199 l2n(tout0, out);
202 l2n(tout0, iv);
214 tout0 = tin[0] ^ xor0;
216 l2n(tout0, out);
227 tout0 = tin[0] ^ xor0;
229 l2nn(tout0, tout1, out, l + 8);
236 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;