Lines Matching refs:tout1
563 uint32_t tout0, tout1, xor0, xor1; in DES_ncbc_encrypt() local
571 c2l(iv, tout1); in DES_ncbc_encrypt()
577 tin1 ^= tout1; in DES_ncbc_encrypt()
582 tout1 = tin[1]; in DES_ncbc_encrypt()
583 l2c(tout1, out); in DES_ncbc_encrypt()
589 tin1 ^= tout1; in DES_ncbc_encrypt()
594 tout1 = tin[1]; in DES_ncbc_encrypt()
595 l2c(tout1, out); in DES_ncbc_encrypt()
599 l2c(tout1, iv); in DES_ncbc_encrypt()
610 tout1 = tin[1] ^ xor1; in DES_ncbc_encrypt()
612 l2c(tout1, out); in DES_ncbc_encrypt()
623 tout1 = tin[1] ^ xor1; in DES_ncbc_encrypt()
624 l2cn(tout0, tout1, out, len); in DES_ncbc_encrypt()
664 uint32_t tout0, tout1, xor0, xor1; in DES_ede3_cbc_encrypt() local
672 c2l(iv, tout1); in DES_ede3_cbc_encrypt()
677 tin1 ^= tout1; in DES_ede3_cbc_encrypt()
683 tout1 = tin[1]; in DES_ede3_cbc_encrypt()
686 l2c(tout1, out); in DES_ede3_cbc_encrypt()
691 tin1 ^= tout1; in DES_ede3_cbc_encrypt()
697 tout1 = tin[1]; in DES_ede3_cbc_encrypt()
700 l2c(tout1, out); in DES_ede3_cbc_encrypt()
704 l2c(tout1, iv); in DES_ede3_cbc_encrypt()
721 tout1 = tin[1]; in DES_ede3_cbc_encrypt()
724 tout1 ^= xor1; in DES_ede3_cbc_encrypt()
726 l2c(tout1, out); in DES_ede3_cbc_encrypt()
741 tout1 = tin[1]; in DES_ede3_cbc_encrypt()
744 tout1 ^= xor1; in DES_ede3_cbc_encrypt()
745 l2cn(tout0, tout1, out, len); in DES_ede3_cbc_encrypt()