Searched refs:xor0 (Results 1 - 12 of 12) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/des/
H A Dpcbc_enc.c65 register DES_LONG sin0, sin1, xor0, xor1, tout0, tout1; local
75 c2l(iv, xor0);
83 tin[0] = sin0 ^ xor0;
88 xor0 = sin0 ^ tout0;
94 c2l(iv, xor0);
102 tout0 = tin[0] ^ xor0;
109 xor0 = tout0 ^ sin0;
114 sin0 = sin1 = xor0 = xor1 = tout0 = tout1 = 0;
H A Dncbc_enc.c76 register DES_LONG tout0, tout1, xor0, xor1; local
117 c2l(iv, xor0);
125 tout0 = tin[0] ^ xor0;
129 xor0 = tin0;
138 tout0 = tin[0] ^ xor0;
142 xor0 = tin0;
148 l2c(xor0, iv);
152 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;
H A Dede_cbcm_enc.c83 register DES_LONG tout0, tout1, xor0, xor1, m0, m1; local
139 c2l(iv2, xor0);
166 tout0 ^= xor0;
174 xor0 = t0;
183 l2c(xor0, iv2);
186 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;
H A Dxcbc_enc.c133 register DES_LONG tout0, tout1, xor0, xor1; local
181 c2l(iv, xor0);
189 tout0 = tin[0] ^ xor0 ^ inW0;
193 xor0 = tin0;
202 tout0 = tin[0] ^ xor0 ^ inW0;
205 xor0 = tin0;
210 l2c(xor0, iv);
213 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;
H A Ddes_enc.c299 register DES_LONG tout0, tout1, xor0, xor1; local
348 c2l(iv, xor0);
363 tout0 ^= xor0;
367 xor0 = t0;
383 tout0 ^= xor0;
386 xor0 = t0;
391 l2c(xor0, iv);
394 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;
/freebsd-9.3-release/crypto/openssl/crypto/bf/
H A Dbf_cbc.c66 register BF_LONG tout0, tout1, xor0, xor1; local
102 n2l(ivec, xor0);
111 tout0 = tin[0] ^ xor0;
115 xor0 = tin0;
124 tout0 = tin[0] ^ xor0;
127 xor0 = tin0;
130 l2n(xor0, ivec);
133 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;
H A Dbf_enc.c229 register BF_LONG tout0, tout1, xor0, xor1; local
265 n2l(ivec, xor0);
274 tout0 = tin[0] ^ xor0;
278 xor0 = tin0;
287 tout0 = tin[0] ^ xor0;
290 xor0 = tin0;
293 l2n(xor0, ivec);
296 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;
/freebsd-9.3-release/crypto/openssl/crypto/idea/
H A Di_cbc.c67 register unsigned long tout0, tout1, xor0, xor1; local
103 n2l(iv, xor0);
112 tout0 = tin[0] ^ xor0;
116 xor0 = tin0;
125 tout0 = tin[0] ^ xor0;
128 xor0 = tin0;
131 l2n(xor0, iv);
134 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;
/freebsd-9.3-release/crypto/openssl/crypto/rc5/
H A Drc5_enc.c68 register unsigned long tout0, tout1, xor0, xor1; local
104 c2l(iv, xor0);
113 tout0 = tin[0] ^ xor0;
117 xor0 = tin0;
126 tout0 = tin[0] ^ xor0;
129 xor0 = tin0;
132 l2c(xor0, iv);
135 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;
/freebsd-9.3-release/crypto/openssl/crypto/cast/
H A Dc_enc.c131 register CAST_LONG tout0, tout1, xor0, xor1; local
167 n2l(iv, xor0);
176 tout0 = tin[0] ^ xor0;
180 xor0 = tin0;
189 tout0 = tin[0] ^ xor0;
192 xor0 = tin0;
195 l2n(xor0, iv);
198 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;
/freebsd-9.3-release/crypto/openssl/crypto/rc2/
H A Drc2_cbc.c66 register unsigned long tout0, tout1, xor0, xor1; local
102 c2l(iv, xor0);
111 tout0 = tin[0] ^ xor0;
115 xor0 = tin0;
124 tout0 = tin[0] ^ xor0;
127 xor0 = tin0;
130 l2c(xor0, iv);
133 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;
/freebsd-9.3-release/contrib/gcc/config/i386/
H A Di386.c10849 rtx xor0, xor1;
10856 xor0 = lo[0];
10858 xor0 = expand_binop (submode, xor_optab, xor0, lo[1],
10861 tmp = expand_binop (submode, ior_optab, xor1, xor0,
10824 rtx xor0, xor1; local

Completed in 184 milliseconds