Lines Matching refs:tout1
294 register DES_LONG tout0,tout1,xor0,xor1; in DES_ede3_cbc_encrypt() local
308 c2l(iv,tout1); in DES_ede3_cbc_encrypt()
314 tin1^=tout1; in DES_ede3_cbc_encrypt()
320 tout1=tin[1]; in DES_ede3_cbc_encrypt()
323 l2c(tout1,out); in DES_ede3_cbc_encrypt()
329 tin1^=tout1; in DES_ede3_cbc_encrypt()
335 tout1=tin[1]; in DES_ede3_cbc_encrypt()
338 l2c(tout1,out); in DES_ede3_cbc_encrypt()
342 l2c(tout1,iv); in DES_ede3_cbc_encrypt()
362 tout1=tin[1]; in DES_ede3_cbc_encrypt()
365 tout1^=xor1; in DES_ede3_cbc_encrypt()
367 l2c(tout1,out); in DES_ede3_cbc_encrypt()
383 tout1=tin[1]; in DES_ede3_cbc_encrypt()
386 tout1^=xor1; in DES_ede3_cbc_encrypt()
387 l2cn(tout0,tout1,out,l+8); in DES_ede3_cbc_encrypt()
396 tin0=tin1=tout0=tout1=xor0=xor1=0; in DES_ede3_cbc_encrypt()