Lines Matching refs:tout0
206 register DES_LONG tout0, tout1, xor0, xor1; in DES_ede3_cbc_encrypt() local
218 c2l(iv, tout0); in DES_ede3_cbc_encrypt()
223 tin0 ^= tout0; in DES_ede3_cbc_encrypt()
229 tout0 = tin[0]; in DES_ede3_cbc_encrypt()
232 l2c(tout0, out); in DES_ede3_cbc_encrypt()
237 tin0 ^= tout0; in DES_ede3_cbc_encrypt()
243 tout0 = tin[0]; in DES_ede3_cbc_encrypt()
246 l2c(tout0, out); in DES_ede3_cbc_encrypt()
250 l2c(tout0, iv); in DES_ede3_cbc_encrypt()
267 tout0 = tin[0]; in DES_ede3_cbc_encrypt()
270 tout0 ^= xor0; in DES_ede3_cbc_encrypt()
272 l2c(tout0, out); in DES_ede3_cbc_encrypt()
287 tout0 = tin[0]; in DES_ede3_cbc_encrypt()
290 tout0 ^= xor0; in DES_ede3_cbc_encrypt()
292 l2cn(tout0, tout1, out, l + 8); in DES_ede3_cbc_encrypt()
301 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0; in DES_ede3_cbc_encrypt()