Searched refs:xor1 (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/crypto/openssl/crypto/des/
H A Dpcbc_enc.c16 register DES_LONG sin0, sin1, xor0, xor1, tout0, tout1; local
27 c2l(iv, xor1);
35 tin[1] = sin1 ^ xor1;
40 xor1 = sin1 ^ tout1;
46 c2l(iv, xor1);
54 tout1 = tin[1] ^ xor1;
61 xor1 = tout1 ^ sin1;
65 sin0 = sin1 = xor0 = xor1 = tout0 = tout1 = 0;
H A Dncbc_enc.c28 register DES_LONG tout0, tout1, xor0, xor1; local
70 c2l(iv, xor1);
78 tout1 = tin[1] ^ xor1;
82 xor1 = tin1;
91 tout1 = tin[1] ^ xor1;
95 xor1 = tin1;
101 l2c(xor1, iv);
104 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;
H A Dxcbc_enc.c20 register DES_LONG tout0, tout1, xor0, xor1; local
69 c2l(iv, xor1);
77 tout1 = tin[1] ^ xor1 ^ inW1;
81 xor1 = tin1;
90 tout1 = tin[1] ^ xor1 ^ inW1;
93 xor1 = tin1;
98 l2c(xor1, iv);
100 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;
H A Ddes_enc.c200 register DES_LONG tout0, tout1, xor0, xor1; local
250 c2l(iv, xor1);
265 tout1 ^= xor1;
269 xor1 = t1;
285 tout1 ^= xor1;
288 xor1 = t1;
293 l2c(xor1, iv);
295 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;
/freebsd-13-stable/crypto/openssl/crypto/idea/
H A Di_cbc.c18 register unsigned long tout0, tout1, xor0, xor1; local
55 n2l(iv, xor1);
64 tout1 = tin[1] ^ xor1;
68 xor1 = tin1;
77 tout1 = tin[1] ^ xor1;
80 xor1 = tin1;
83 l2n(xor1, iv);
85 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;
/freebsd-13-stable/crypto/openssl/crypto/rc2/
H A Drc2_cbc.c17 register unsigned long tout0, tout1, xor0, xor1; local
54 c2l(iv, xor1);
63 tout1 = tin[1] ^ xor1;
67 xor1 = tin1;
76 tout1 = tin[1] ^ xor1;
79 xor1 = tin1;
82 l2c(xor1, iv);
84 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;
/freebsd-13-stable/crypto/openssl/crypto/rc5/
H A Drc5_enc.c19 register unsigned long tout0, tout1, xor0, xor1; local
56 c2l(iv, xor1);
65 tout1 = tin[1] ^ xor1;
69 xor1 = tin1;
78 tout1 = tin[1] ^ xor1;
81 xor1 = tin1;
84 l2c(xor1, iv);
86 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;
/freebsd-13-stable/crypto/openssl/crypto/bf/
H A Dbf_enc.c106 register BF_LONG tout0, tout1, xor0, xor1; local
143 n2l(ivec, xor1);
152 tout1 = tin[1] ^ xor1;
156 xor1 = tin1;
165 tout1 = tin[1] ^ xor1;
168 xor1 = tin1;
171 l2n(xor1, ivec);
173 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;
/freebsd-13-stable/crypto/openssl/crypto/cast/
H A Dc_enc.c82 register CAST_LONG tout0, tout1, xor0, xor1; local
119 n2l(iv, xor1);
128 tout1 = tin[1] ^ xor1;
132 xor1 = tin1;
141 tout1 = tin[1] ^ xor1;
144 xor1 = tin1;
147 l2n(xor1, iv);
149 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;
/freebsd-13-stable/sys/mips/cavium/cryptocteon/
H A Dcavium_crypto.c237 register uint64_t xor1 = 0x3636363636363636ULL; local
254 CVMX_MT_HSH_DAT((*key1 ^ xor1), 0);
256 CVMX_MT_HSH_DAT((*key1 ^ xor1), 1);
258 CVMX_MT_HSH_DAT((*key1 ^ xor1), 2);
260 CVMX_MT_HSH_DAT((*key1 ^ xor1), 3);
262 CVMX_MT_HSH_DAT((*key1 ^ xor1), 4);
264 CVMX_MT_HSH_DAT((*key1 ^ xor1), 5);
266 CVMX_MT_HSH_DAT((*key1 ^ xor1), 6);
269 CVMX_MT_HSH_STARTSHA((*key1 ^ xor1));
271 CVMX_MT_HSH_STARTMD5((*key1 ^ xor1));
[all...]

Completed in 175 milliseconds