Home | History | Annotate | Download | only in des

Lines Matching refs:xor1

563   uint32_t tout0, tout1, xor0, xor1;
602 c2l(iv, xor1);
610 tout1 = tin[1] ^ xor1;
614 xor1 = tin1;
623 tout1 = tin[1] ^ xor1;
626 xor1 = tin1;
630 l2c(xor1, iv);
664 uint32_t tout0, tout1, xor0, xor1;
709 c2l(iv, xor1);
724 tout1 ^= xor1;
728 xor1 = t1;
744 tout1 ^= xor1;
747 xor1 = t1;
752 l2c(xor1, iv);