Home | History | Annotate | Download | only in des

Lines Matching refs:tout0

563   uint32_t tout0, tout1, xor0, xor1;
570 c2l(iv, tout0);
575 tin0 ^= tout0;
580 tout0 = tin[0];
581 l2c(tout0, out);
587 tin0 ^= tout0;
592 tout0 = tin[0];
593 l2c(tout0, out);
598 l2c(tout0, iv);
609 tout0 = tin[0] ^ xor0;
611 l2c(tout0, out);
622 tout0 = tin[0] ^ xor0;
624 l2cn(tout0, tout1, out, len);
664 uint32_t tout0, tout1, xor0, xor1;
671 c2l(iv, tout0);
676 tin0 ^= tout0;
682 tout0 = tin[0];
685 l2c(tout0, out);
690 tin0 ^= tout0;
696 tout0 = tin[0];
699 l2c(tout0, out);
703 l2c(tout0, iv);
720 tout0 = tin[0];
723 tout0 ^= xor0;
725 l2c(tout0, out);
740 tout0 = tin[0];
743 tout0 ^= xor0;
745 l2cn(tout0, tout1, out, len);