Lines Matching refs:tout0
563 uint32_t tout0, tout1, xor0, xor1; in DES_ncbc_encrypt() local
570 c2l(iv, tout0); in DES_ncbc_encrypt()
575 tin0 ^= tout0; in DES_ncbc_encrypt()
580 tout0 = tin[0]; in DES_ncbc_encrypt()
581 l2c(tout0, out); in DES_ncbc_encrypt()
587 tin0 ^= tout0; in DES_ncbc_encrypt()
592 tout0 = tin[0]; in DES_ncbc_encrypt()
593 l2c(tout0, out); in DES_ncbc_encrypt()
598 l2c(tout0, iv); in DES_ncbc_encrypt()
609 tout0 = tin[0] ^ xor0; in DES_ncbc_encrypt()
611 l2c(tout0, out); in DES_ncbc_encrypt()
622 tout0 = tin[0] ^ xor0; 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
671 c2l(iv, tout0); in DES_ede3_cbc_encrypt()
676 tin0 ^= tout0; in DES_ede3_cbc_encrypt()
682 tout0 = tin[0]; in DES_ede3_cbc_encrypt()
685 l2c(tout0, out); in DES_ede3_cbc_encrypt()
690 tin0 ^= tout0; in DES_ede3_cbc_encrypt()
696 tout0 = tin[0]; in DES_ede3_cbc_encrypt()
699 l2c(tout0, out); in DES_ede3_cbc_encrypt()
703 l2c(tout0, iv); in DES_ede3_cbc_encrypt()
720 tout0 = tin[0]; in DES_ede3_cbc_encrypt()
723 tout0 ^= xor0; in DES_ede3_cbc_encrypt()
725 l2c(tout0, out); in DES_ede3_cbc_encrypt()
740 tout0 = tin[0]; in DES_ede3_cbc_encrypt()
743 tout0 ^= xor0; in DES_ede3_cbc_encrypt()
745 l2cn(tout0, tout1, out, len); in DES_ede3_cbc_encrypt()