Home | History | Annotate | Download | only in cipher_extra

Lines Matching defs:tout1

234   uint32_t tout0, tout1, xor0, xor1;
240 c2l(iv, tout1);
246 tin1 ^= tout1;
252 tout1 = tin[1];
253 l2c(tout1, out);
258 tin1 ^= tout1;
264 tout1 = tin[1];
265 l2c(tout1, out);
268 l2c(tout1, iv);
280 tout1 = tin[1] ^ xor1;
282 l2c(tout1, out);
293 tout1 = tin[1] ^ xor1;
294 l2cn(tout0, tout1, out, l + 8);