Lines Matching defs:tout1
429 DES_LONG tout0, tout1, xor0, xor1;
438 c2l(iv, tout1);
444 tin1 ^= tout1;
449 tout1 = tin[1];
450 l2c(tout1, out);
456 tin1 ^= tout1;
461 tout1 = tin[1];
462 l2c(tout1, out);
466 l2c(tout1, iv);
477 tout1 = tin[1] ^ xor1;
479 l2c(tout1, out);
490 tout1 = tin[1] ^ xor1;
491 l2cn(tout0, tout1, out, l + 8);
499 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;
511 DES_LONG tout0, tout1, xor0, xor1;
524 c2l(iv, tout1);
529 tin1 ^= tout1;
535 tout1 = tin[1];
538 l2c(tout1, out);
543 tin1 ^= tout1;
549 tout1 = tin[1];
552 l2c(tout1, out);
556 l2c(tout1, iv);
573 tout1 = tin[1];
576 tout1 ^= xor1;
578 l2c(tout1, out);
593 tout1 = tin[1];
596 tout1 ^= xor1;
597 l2cn(tout0, tout1, out, l + 8);
606 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;