Searched refs:tin1 (Results 1 – 1 of 1) sorted by relevance
519 register unsigned long tin0, tin1; in _des_crypt() local534 tin0 = tin1 = 0; /* For GCC */ in _des_crypt()542 c2l (in, tin1); in _des_crypt()546 tin1 ^= tout1; in _des_crypt()549 tbuf[1] = tin1; in _des_crypt()566 c2l (in, tin1); in _des_crypt()568 tbuf[1] = tin1; in _des_crypt()575 xor1 = tin1; in _des_crypt()586 l2c (tin1, oiv); in _des_crypt()588 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0; in _des_crypt()
Completed in 5 milliseconds