Lines Matching defs:xor1
429 DES_LONG tout0, tout1, xor0, xor1;
469 c2l(iv, xor1);
477 tout1 = tin[1] ^ xor1;
481 xor1 = tin1;
490 tout1 = tin[1] ^ xor1;
493 xor1 = tin1;
497 l2c(xor1, iv);
499 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;
511 DES_LONG tout0, tout1, xor0, xor1;
561 c2l(iv, xor1);
576 tout1 ^= xor1;
580 xor1 = t1;
596 tout1 ^= xor1;
599 xor1 = t1;
604 l2c(xor1, iv);
606 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;