Lines Matching defs:tout0
429 DES_LONG tout0, tout1, xor0, xor1;
437 c2l(iv, tout0);
442 tin0 ^= tout0;
447 tout0 = tin[0];
448 l2c(tout0, out);
454 tin0 ^= tout0;
459 tout0 = tin[0];
460 l2c(tout0, out);
465 l2c(tout0, iv);
476 tout0 = tin[0] ^ xor0;
478 l2c(tout0, out);
489 tout0 = tin[0] ^ xor0;
491 l2cn(tout0, tout1, out, l + 8);
499 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;
511 DES_LONG tout0, tout1, xor0, xor1;
523 c2l(iv, tout0);
528 tin0 ^= tout0;
534 tout0 = tin[0];
537 l2c(tout0, out);
542 tin0 ^= tout0;
548 tout0 = tin[0];
551 l2c(tout0, out);
555 l2c(tout0, iv);
572 tout0 = tin[0];
575 tout0 ^= xor0;
577 l2c(tout0, out);
592 tout0 = tin[0];
595 tout0 ^= xor0;
597 l2cn(tout0, tout1, out, l + 8);
606 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;