Searched refs:tout0 (Results 1 - 12 of 12) sorted by path

/freebsd-9.3-release/crypto/openssl/crypto/bf/
H A Dbf_cbc.c66 register BF_LONG tout0, tout1, xor0, xor1; local
71 n2l(ivec, tout0);
77 tin0 ^= tout0;
82 tout0 = tin[0];
84 l2n(tout0, out);
89 tin0 ^= tout0;
94 tout0 = tin[0];
96 l2n(tout0, out);
99 l2n(tout0, ivec);
111 tout0
[all...]
H A Dbf_enc.c229 register BF_LONG tout0, tout1, xor0, xor1; local
234 n2l(ivec, tout0);
240 tin0 ^= tout0;
245 tout0 = tin[0];
247 l2n(tout0, out);
252 tin0 ^= tout0;
257 tout0 = tin[0];
259 l2n(tout0, out);
262 l2n(tout0, ivec);
274 tout0
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/cast/
H A Dc_enc.c131 register CAST_LONG tout0, tout1, xor0, xor1; local
136 n2l(iv, tout0);
142 tin0 ^= tout0;
147 tout0 = tin[0];
149 l2n(tout0, out);
154 tin0 ^= tout0;
159 tout0 = tin[0];
161 l2n(tout0, out);
164 l2n(tout0, iv);
176 tout0
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/des/
H A Dcbc_cksm.c65 register DES_LONG tout0, tout1, tin0, tin1; local
71 c2l(iv, tout0);
80 tin0 ^= tout0;
86 tout0 = tin[0];
90 l2c(tout0, out);
93 tout0 = tin0 = tin1 = tin[0] = tin[1] = 0;
H A Ddes_enc.c299 register DES_LONG tout0, tout1, xor0, xor1; local
311 c2l(iv, tout0);
316 tin0 ^= tout0;
322 tout0 = tin[0];
325 l2c(tout0, out);
330 tin0 ^= tout0;
336 tout0 = tin[0];
339 l2c(tout0, out);
343 l2c(tout0, iv);
360 tout0
[all...]
H A Dede_cbcm_enc.c83 register DES_LONG tout0, tout1, xor0, xor1, m0, m1; local
94 c2l(iv2, tout0);
109 tin0 ^= tout0;
121 tout0 = tin[0];
124 l2c(tout0, out);
132 l2c(tout0, iv2);
163 tout0 = tin[0];
166 tout0 ^= xor0;
169 l2cn(tout0, tout1, out, l + 8);
171 l2c(tout0, ou
[all...]
H A Dncbc_enc.c76 register DES_LONG tout0, tout1, xor0, xor1; local
84 c2l(iv, tout0);
89 tin0 ^= tout0;
94 tout0 = tin[0];
95 l2c(tout0, out);
101 tin0 ^= tout0;
106 tout0 = tin[0];
107 l2c(tout0, out);
113 l2c(tout0, iv);
125 tout0
[all...]
H A Dpcbc_enc.c65 register DES_LONG sin0, sin1, xor0, xor1, tout0, tout1; local
86 tout0 = tin[0];
88 xor0 = sin0 ^ tout0;
90 l2c(tout0, out);
102 tout0 = tin[0] ^ xor0;
105 l2c(tout0, out);
108 l2cn(tout0, tout1, out, length);
109 xor0 = tout0 ^ sin0;
114 sin0 = sin1 = xor0 = xor1 = tout0 = tout1 = 0;
H A Dxcbc_enc.c133 register DES_LONG tout0, tout1, xor0, xor1; local
150 c2l(iv, tout0);
155 tin0 ^= tout0 ^ inW0;
160 tout0 = tin[0] ^ outW0;
161 l2c(tout0, out);
167 tin0 ^= tout0 ^ inW0;
172 tout0 = tin[0] ^ outW0;
173 l2c(tout0, out);
178 l2c(tout0, iv);
189 tout0
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/idea/
H A Di_cbc.c67 register unsigned long tout0, tout1, xor0, xor1; local
72 n2l(iv, tout0);
78 tin0 ^= tout0;
83 tout0 = tin[0];
84 l2n(tout0, out);
90 tin0 ^= tout0;
95 tout0 = tin[0];
96 l2n(tout0, out);
100 l2n(tout0, iv);
112 tout0
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/rc2/
H A Drc2_cbc.c66 register unsigned long tout0, tout1, xor0, xor1; local
71 c2l(iv, tout0);
77 tin0 ^= tout0;
82 tout0 = tin[0];
83 l2c(tout0, out);
89 tin0 ^= tout0;
94 tout0 = tin[0];
95 l2c(tout0, out);
99 l2c(tout0, iv);
111 tout0
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/rc5/
H A Drc5_enc.c68 register unsigned long tout0, tout1, xor0, xor1; local
73 c2l(iv, tout0);
79 tin0 ^= tout0;
84 tout0 = tin[0];
85 l2c(tout0, out);
91 tin0 ^= tout0;
96 tout0 = tin[0];
97 l2c(tout0, out);
101 l2c(tout0, iv);
113 tout0
[all...]

Completed in 306 milliseconds