Home
last modified time | relevance | path

Searched refs:xor0 (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
32 c2l(iv, xor0); in DES_pcbc_encrypt()
40 tin[0] = sin0 ^ xor0; in DES_pcbc_encrypt()
45 xor0 = sin0 ^ tout0; in DES_pcbc_encrypt()
51 c2l(iv, xor0); in DES_pcbc_encrypt()
59 tout0 = tin[0] ^ xor0; in DES_pcbc_encrypt()
66 xor0 = tout0 ^ sin0; 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
69 c2l(iv, xor0); in DES_cbc_encrypt()
77 tout0 = tin[0] ^ xor0; in DES_cbc_encrypt()
81 xor0 = tin0; in DES_cbc_encrypt()
90 tout0 = tin[0] ^ xor0; in DES_cbc_encrypt()
94 xor0 = tin0; in DES_cbc_encrypt()
100 l2c(xor0, 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
74 c2l(iv, xor0); in DES_xcbc_encrypt()
82 tout0 = tin[0] ^ xor0 ^ inW0; in DES_xcbc_encrypt()
86 xor0 = tin0; in DES_xcbc_encrypt()
95 tout0 = tin[0] ^ xor0 ^ inW0; in DES_xcbc_encrypt()
98 xor0 = tin0; in DES_xcbc_encrypt()
103 l2c(xor0, 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
255 c2l(iv, xor0); in DES_ede3_cbc_encrypt()
270 tout0 ^= xor0; in DES_ede3_cbc_encrypt()
274 xor0 = t0; in DES_ede3_cbc_encrypt()
290 tout0 ^= xor0; in DES_ede3_cbc_encrypt()
293 xor0 = t0; in DES_ede3_cbc_encrypt()
298 l2c(xor0, 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
61 n2l(iv, xor0); in IDEA_cbc_encrypt()
70 tout0 = tin[0] ^ xor0; in IDEA_cbc_encrypt()
74 xor0 = tin0; in IDEA_cbc_encrypt()
83 tout0 = tin[0] ^ xor0; in IDEA_cbc_encrypt()
86 xor0 = tin0; in IDEA_cbc_encrypt()
89 l2n(xor0, 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
124 n2l(iv, xor0); in CAST_cbc_encrypt()
133 tout0 = tin[0] ^ xor0; in CAST_cbc_encrypt()
137 xor0 = tin0; in CAST_cbc_encrypt()
146 tout0 = tin[0] ^ xor0; in CAST_cbc_encrypt()
149 xor0 = tin0; in CAST_cbc_encrypt()
152 l2n(xor0, 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
59 c2l(iv, xor0); in RC2_cbc_encrypt()
68 tout0 = tin[0] ^ xor0; in RC2_cbc_encrypt()
72 xor0 = tin0; in RC2_cbc_encrypt()
81 tout0 = tin[0] ^ xor0; in RC2_cbc_encrypt()
84 xor0 = tin0; in RC2_cbc_encrypt()
87 l2c(xor0, 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
61 c2l(iv, xor0); in RC5_32_cbc_encrypt()
70 tout0 = tin[0] ^ xor0; in RC5_32_cbc_encrypt()
74 xor0 = tin0; in RC5_32_cbc_encrypt()
83 tout0 = tin[0] ^ xor0; in RC5_32_cbc_encrypt()
86 xor0 = tin0; in RC5_32_cbc_encrypt()
89 l2c(xor0, 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
148 n2l(ivec, xor0); in BF_cbc_encrypt()
157 tout0 = tin[0] ^ xor0; in BF_cbc_encrypt()
161 xor0 = tin0; in BF_cbc_encrypt()
170 tout0 = tin[0] ^ xor0; in BF_cbc_encrypt()
173 xor0 = tin0; in BF_cbc_encrypt()
176 l2n(xor0, ivec); in BF_cbc_encrypt()
179 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0; in BF_cbc_encrypt()

Completed in 17 milliseconds