Lines Matching refs:xor0
563 uint32_t tout0, tout1, xor0, xor1; in DES_ncbc_encrypt() local
601 c2l(iv, xor0); in DES_ncbc_encrypt()
609 tout0 = tin[0] ^ xor0; in DES_ncbc_encrypt()
613 xor0 = tin0; in DES_ncbc_encrypt()
622 tout0 = tin[0] ^ xor0; in DES_ncbc_encrypt()
625 xor0 = tin0; in DES_ncbc_encrypt()
629 l2c(xor0, iv); in DES_ncbc_encrypt()
664 uint32_t tout0, tout1, xor0, xor1; in DES_ede3_cbc_encrypt() local
708 c2l(iv, xor0); in DES_ede3_cbc_encrypt()
723 tout0 ^= xor0; in DES_ede3_cbc_encrypt()
727 xor0 = t0; in DES_ede3_cbc_encrypt()
743 tout0 ^= xor0; in DES_ede3_cbc_encrypt()
746 xor0 = t0; in DES_ede3_cbc_encrypt()
751 l2c(xor0, iv); in DES_ede3_cbc_encrypt()