Searched refs:xor1 (Results 1 - 13 of 13) sorted by last modified time

/freebsd-9.3-release/crypto/openssl/crypto/rc5/
H A Drc5_enc.c68 register unsigned long tout0, tout1, xor0, xor1; local
105 c2l(iv, xor1);
114 tout1 = tin[1] ^ xor1;
118 xor1 = tin1;
127 tout1 = tin[1] ^ xor1;
130 xor1 = tin1;
133 l2c(xor1, iv);
135 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
104 n2l(iv, xor1);
113 tout1 = tin[1] ^ xor1;
117 xor1 = tin1;
126 tout1 = tin[1] ^ xor1;
129 xor1 = tin1;
132 l2n(xor1, iv);
134 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
103 c2l(iv, xor1);
112 tout1 = tin[1] ^ xor1;
116 xor1 = tin1;
125 tout1 = tin[1] ^ xor1;
128 xor1 = tin1;
131 l2c(xor1, iv);
133 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;
/freebsd-9.3-release/crypto/openssl/crypto/des/
H A Dxcbc_enc.c133 register DES_LONG tout0, tout1, xor0, xor1; local
182 c2l(iv, xor1);
190 tout1 = tin[1] ^ xor1 ^ inW1;
194 xor1 = tin1;
203 tout1 = tin[1] ^ xor1 ^ inW1;
206 xor1 = tin1;
211 l2c(xor1, iv);
213 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;
H A Dncbc_enc.c76 register DES_LONG tout0, tout1, xor0, xor1; local
118 c2l(iv, xor1);
126 tout1 = tin[1] ^ xor1;
130 xor1 = tin1;
139 tout1 = tin[1] ^ xor1;
143 xor1 = tin1;
149 l2c(xor1, iv);
152 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;
H A Dpcbc_enc.c65 register DES_LONG sin0, sin1, xor0, xor1, tout0, tout1; local
76 c2l(iv, xor1);
84 tin[1] = sin1 ^ xor1;
89 xor1 = sin1 ^ tout1;
95 c2l(iv, xor1);
103 tout1 = tin[1] ^ xor1;
110 xor1 = tout1 ^ sin1;
114 sin0 = sin1 = xor0 = xor1 = tout0 = tout1 = 0;
H A Ddes_enc.c299 register DES_LONG tout0, tout1, xor0, xor1; local
349 c2l(iv, xor1);
364 tout1 ^= xor1;
368 xor1 = t1;
384 tout1 ^= xor1;
387 xor1 = t1;
392 l2c(xor1, iv);
394 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;
H A Dede_cbcm_enc.c83 register DES_LONG tout0, tout1, xor0, xor1, m0, m1; local
140 c2l(iv2, xor1);
167 tout1 ^= xor1;
175 xor1 = t1;
184 l2c(xor1, iv2);
186 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;
/freebsd-9.3-release/crypto/openssl/crypto/bf/
H A Dbf_enc.c229 register BF_LONG tout0, tout1, xor0, xor1; local
266 n2l(ivec, xor1);
275 tout1 = tin[1] ^ xor1;
279 xor1 = tin1;
288 tout1 = tin[1] ^ xor1;
291 xor1 = tin1;
294 l2n(xor1, ivec);
296 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;
H A Dbf_cbc.c66 register BF_LONG tout0, tout1, xor0, xor1; local
103 n2l(ivec, xor1);
112 tout1 = tin[1] ^ xor1;
116 xor1 = tin1;
125 tout1 = tin[1] ^ xor1;
128 xor1 = tin1;
131 l2n(xor1, ivec);
133 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
168 n2l(iv, xor1);
177 tout1 = tin[1] ^ xor1;
181 xor1 = tin1;
190 tout1 = tin[1] ^ xor1;
193 xor1 = tin1;
196 l2n(xor1, iv);
198 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;
/freebsd-9.3-release/contrib/gcc/config/i386/
H A Di386.c10849 rtx xor0, xor1;
10851 xor1 = hi[0];
10853 xor1 = expand_binop (submode, xor_optab, xor1, hi[1],
10861 tmp = expand_binop (submode, ior_optab, xor1, xor0,
10824 rtx xor0, xor1; local
/freebsd-9.3-release/sys/mips/cavium/cryptocteon/
H A Dcavium_crypto.c253 register uint64_t xor1 = 0x3636363636363636ULL; local
272 CVMX_MT_HSH_DAT((*key1 ^ xor1), 0);
274 CVMX_MT_HSH_DAT((*key1 ^ xor1), 1);
276 CVMX_MT_HSH_DAT((*key1 ^ xor1), 2);
278 CVMX_MT_HSH_DAT((*key1 ^ xor1), 3);
280 CVMX_MT_HSH_DAT((*key1 ^ xor1), 4);
282 CVMX_MT_HSH_DAT((*key1 ^ xor1), 5);
284 CVMX_MT_HSH_DAT((*key1 ^ xor1), 6);
287 CVMX_MT_HSH_STARTSHA((*key1 ^ xor1));
289 CVMX_MT_HSH_STARTMD5((*key1 ^ xor1));
[all...]

Completed in 124 milliseconds