Searched refs:tbuf (Results 1 – 1 of 1) sorted by relevance
522 unsigned long tbuf[2]; in _des_crypt() local548 tbuf[0] = tin0; in _des_crypt()549 tbuf[1] = tin1; in _des_crypt()551 tout0 = tbuf[0]; in _des_crypt()552 tout1 = tbuf[1]; in _des_crypt()567 tbuf[0] = tin0; in _des_crypt()568 tbuf[1] = tin1; in _des_crypt()572 tout0 = tbuf[0] ^ xor0; in _des_crypt()579 tout0 = tbuf[0]; in _des_crypt()580 tout1 = tbuf[1]; in _des_crypt()[all …]
Completed in 5 milliseconds