Home
last modified time | relevance | path

Searched refs:xor1 (Results 1 – 9 of 9) sorted by relevance

/openssl/crypto/des/
H A Dpcbc_enc.c22 register DES_LONG sin0, sin1, xor0, xor1, tout0, tout1; in DES_pcbc_encrypt() local
33 c2l(iv, xor1); in DES_pcbc_encrypt()
41 tin[1] = sin1 ^ xor1; in DES_pcbc_encrypt()
46 xor1 = sin1 ^ tout1; in DES_pcbc_encrypt()
52 c2l(iv, xor1); in DES_pcbc_encrypt()
60 tout1 = tin[1] ^ xor1; in DES_pcbc_encrypt()
67 xor1 = tout1 ^ sin1; in DES_pcbc_encrypt()
71 sin0 = sin1 = xor0 = xor1 = tout0 = tout1 = 0; in DES_pcbc_encrypt()
H A Dncbc_enc.c28 register DES_LONG tout0, tout1, xor0, xor1; in DES_cbc_encrypt() local
70 c2l(iv, xor1); in DES_cbc_encrypt()
78 tout1 = tin[1] ^ xor1; in DES_cbc_encrypt()
82 xor1 = tin1; in DES_cbc_encrypt()
91 tout1 = tin[1] ^ xor1; in DES_cbc_encrypt()
95 xor1 = tin1; in DES_cbc_encrypt()
101 l2c(xor1, iv); in DES_cbc_encrypt()
104 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0; in DES_cbc_encrypt()
H A Dxcbc_enc.c26 register DES_LONG tout0, tout1, xor0, xor1; in DES_xcbc_encrypt() local
75 c2l(iv, xor1); in DES_xcbc_encrypt()
83 tout1 = tin[1] ^ xor1 ^ inW1; in DES_xcbc_encrypt()
87 xor1 = tin1; in DES_xcbc_encrypt()
96 tout1 = tin[1] ^ xor1 ^ inW1; in DES_xcbc_encrypt()
99 xor1 = tin1; in DES_xcbc_encrypt()
104 l2c(xor1, iv); in DES_xcbc_encrypt()
106 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0; in DES_xcbc_encrypt()
H A Ddes_enc.c206 register DES_LONG tout0, tout1, xor0, xor1; in DES_ede3_cbc_encrypt() local
256 c2l(iv, xor1); in DES_ede3_cbc_encrypt()
271 tout1 ^= xor1; in DES_ede3_cbc_encrypt()
275 xor1 = t1; in DES_ede3_cbc_encrypt()
291 tout1 ^= xor1; in DES_ede3_cbc_encrypt()
294 xor1 = t1; in DES_ede3_cbc_encrypt()
299 l2c(xor1, iv); in DES_ede3_cbc_encrypt()
301 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0; in DES_ede3_cbc_encrypt()
/openssl/crypto/idea/
H A Di_cbc.c25 register unsigned long tout0, tout1, xor0, xor1; in IDEA_cbc_encrypt() local
62 n2l(iv, xor1); in IDEA_cbc_encrypt()
71 tout1 = tin[1] ^ xor1; in IDEA_cbc_encrypt()
75 xor1 = tin1; in IDEA_cbc_encrypt()
84 tout1 = tin[1] ^ xor1; in IDEA_cbc_encrypt()
87 xor1 = tin1; in IDEA_cbc_encrypt()
90 l2n(xor1, iv); in IDEA_cbc_encrypt()
92 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0; in IDEA_cbc_encrypt()
/openssl/crypto/cast/
H A Dc_enc.c88 register CAST_LONG tout0, tout1, xor0, xor1; in CAST_cbc_encrypt() local
125 n2l(iv, xor1); in CAST_cbc_encrypt()
134 tout1 = tin[1] ^ xor1; in CAST_cbc_encrypt()
138 xor1 = tin1; in CAST_cbc_encrypt()
147 tout1 = tin[1] ^ xor1; in CAST_cbc_encrypt()
150 xor1 = tin1; in CAST_cbc_encrypt()
153 l2n(xor1, iv); in CAST_cbc_encrypt()
155 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0; in CAST_cbc_encrypt()
/openssl/crypto/rc2/
H A Drc2_cbc.c23 register unsigned long tout0, tout1, xor0, xor1; in RC2_cbc_encrypt() local
60 c2l(iv, xor1); in RC2_cbc_encrypt()
69 tout1 = tin[1] ^ xor1; in RC2_cbc_encrypt()
73 xor1 = tin1; in RC2_cbc_encrypt()
82 tout1 = tin[1] ^ xor1; in RC2_cbc_encrypt()
85 xor1 = tin1; in RC2_cbc_encrypt()
88 l2c(xor1, iv); in RC2_cbc_encrypt()
90 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0; in RC2_cbc_encrypt()
/openssl/crypto/rc5/
H A Drc5_enc.c25 register unsigned long tout0, tout1, xor0, xor1; in RC5_32_cbc_encrypt() local
62 c2l(iv, xor1); in RC5_32_cbc_encrypt()
71 tout1 = tin[1] ^ xor1; in RC5_32_cbc_encrypt()
75 xor1 = tin1; in RC5_32_cbc_encrypt()
84 tout1 = tin[1] ^ xor1; in RC5_32_cbc_encrypt()
87 xor1 = tin1; in RC5_32_cbc_encrypt()
90 l2c(xor1, iv); in RC5_32_cbc_encrypt()
92 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0; in RC5_32_cbc_encrypt()
/openssl/crypto/bf/
H A Dbf_enc.c112 register BF_LONG tout0, tout1, xor0, xor1; in BF_cbc_encrypt() local
149 n2l(ivec, xor1); in BF_cbc_encrypt()
158 tout1 = tin[1] ^ xor1; in BF_cbc_encrypt()
162 xor1 = tin1; in BF_cbc_encrypt()
171 tout1 = tin[1] ^ xor1; in BF_cbc_encrypt()
174 xor1 = tin1; in BF_cbc_encrypt()
177 l2n(xor1, ivec); in BF_cbc_encrypt()
179 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0; in BF_cbc_encrypt()

Completed in 34 milliseconds