Lines Matching refs:xor1
563 uint32_t tout0, tout1, xor0, xor1; in DES_ncbc_encrypt() local
602 c2l(iv, xor1); in DES_ncbc_encrypt()
610 tout1 = tin[1] ^ xor1; in DES_ncbc_encrypt()
614 xor1 = tin1; in DES_ncbc_encrypt()
623 tout1 = tin[1] ^ xor1; in DES_ncbc_encrypt()
626 xor1 = tin1; in DES_ncbc_encrypt()
630 l2c(xor1, iv); in DES_ncbc_encrypt()
664 uint32_t tout0, tout1, xor0, xor1; in DES_ede3_cbc_encrypt() local
709 c2l(iv, xor1); in DES_ede3_cbc_encrypt()
724 tout1 ^= xor1; in DES_ede3_cbc_encrypt()
728 xor1 = t1; in DES_ede3_cbc_encrypt()
744 tout1 ^= xor1; in DES_ede3_cbc_encrypt()
747 xor1 = t1; in DES_ede3_cbc_encrypt()
752 l2c(xor1, iv); in DES_ede3_cbc_encrypt()