Lines Matching refs:tout1
82 register DES_LONG tout0,tout1,xor0,xor1,m0,m1; in DES_ede3_cbcm_encrypt() local
95 c2l(iv2,tout1); in DES_ede3_cbcm_encrypt()
114 tin1^=tout1; in DES_ede3_cbcm_encrypt()
126 tout1=tin[1]; in DES_ede3_cbcm_encrypt()
129 l2c(tout1,out); in DES_ede3_cbcm_encrypt()
137 l2c(tout1,iv2); in DES_ede3_cbcm_encrypt()
171 tout1=tin[1]; in DES_ede3_cbcm_encrypt()
174 tout1^=xor1; in DES_ede3_cbcm_encrypt()
177 l2cn(tout0,tout1,out,l+8); in DES_ede3_cbcm_encrypt()
182 l2c(tout1,out); in DES_ede3_cbcm_encrypt()
196 tin0=tin1=tout0=tout1=xor0=xor1=0; in DES_ede3_cbcm_encrypt()