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

/freebsd-9.3-release/crypto/openssl/crypto/des/
H A Dcbc_cksm.c65 register DES_LONG tout0, tout1, tin0, tin1; local
72 c2l(iv, tout1);
82 tin1 ^= tout1;
87 tout1 = tin[1];
91 l2c(tout1, out);
95 * Transform the data in tout1 so that it will match the return value
98 tout1 = ((tout1 >> 24L) & 0x000000FF)
99 | ((tout1 >> 8L) & 0x0000FF00)
100 | ((tout1 <<
[all...]
H A Dncbc_enc.c76 register DES_LONG tout0, tout1, xor0, xor1; local
85 c2l(iv, tout1);
91 tin1 ^= tout1;
96 tout1 = tin[1];
97 l2c(tout1, out);
103 tin1 ^= tout1;
108 tout1 = tin[1];
109 l2c(tout1, out);
114 l2c(tout1, iv);
126 tout1
[all...]
H A Dpcbc_enc.c65 register DES_LONG sin0, sin1, xor0, xor1, tout0, tout1; local
87 tout1 = tin[1];
89 xor1 = sin1 ^ tout1;
91 l2c(tout1, out);
103 tout1 = tin[1] ^ xor1;
106 l2c(tout1, out);
108 l2cn(tout0, tout1, out, length);
110 xor1 = tout1 ^ sin1;
114 sin0 = sin1 = xor0 = xor1 = tout0 = tout1 = 0;
H A Dede_cbcm_enc.c83 register DES_LONG tout0, tout1, xor0, xor1, m0, m1; local
95 c2l(iv2, tout1);
110 tin1 ^= tout1;
122 tout1 = tin[1];
125 l2c(tout1, out);
133 l2c(tout1, iv2);
164 tout1 = tin[1];
167 tout1 ^= xor1;
169 l2cn(tout0, tout1, out, l + 8);
172 l2c(tout1, ou
[all...]
H A Dxcbc_enc.c133 register DES_LONG tout0, tout1, xor0, xor1; local
151 c2l(iv, tout1);
157 tin1 ^= tout1 ^ inW1;
162 tout1 = tin[1] ^ outW1;
163 l2c(tout1, out);
169 tin1 ^= tout1 ^ inW1;
174 tout1 = tin[1] ^ outW1;
175 l2c(tout1, out);
179 l2c(tout1, iv);
190 tout1
[all...]
H A Ddes_enc.c299 register DES_LONG tout0, tout1, xor0, xor1; local
312 c2l(iv, tout1);
317 tin1 ^= tout1;
323 tout1 = tin[1];
326 l2c(tout1, out);
331 tin1 ^= tout1;
337 tout1 = tin[1];
340 l2c(tout1, out);
344 l2c(tout1, iv);
361 tout1
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/bf/
H A Dbf_cbc.c66 register BF_LONG tout0, tout1, xor0, xor1; local
72 n2l(ivec, tout1);
78 tin1 ^= tout1;
83 tout1 = tin[1];
85 l2n(tout1, out);
90 tin1 ^= tout1;
95 tout1 = tin[1];
97 l2n(tout1, out);
100 l2n(tout1, ivec);
112 tout1
[all...]
H A Dbf_enc.c229 register BF_LONG tout0, tout1, xor0, xor1; local
235 n2l(ivec, tout1);
241 tin1 ^= tout1;
246 tout1 = tin[1];
248 l2n(tout1, out);
253 tin1 ^= tout1;
258 tout1 = tin[1];
260 l2n(tout1, out);
263 l2n(tout1, ivec);
275 tout1
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/idea/
H A Di_cbc.c67 register unsigned long tout0, tout1, xor0, xor1; local
73 n2l(iv, tout1);
79 tin1 ^= tout1;
85 tout1 = tin[1];
86 l2n(tout1, out);
91 tin1 ^= tout1;
97 tout1 = tin[1];
98 l2n(tout1, out);
101 l2n(tout1, iv);
113 tout1
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/rc5/
H A Drc5_enc.c68 register unsigned long tout0, tout1, xor0, xor1; local
74 c2l(iv, tout1);
80 tin1 ^= tout1;
86 tout1 = tin[1];
87 l2c(tout1, out);
92 tin1 ^= tout1;
98 tout1 = tin[1];
99 l2c(tout1, out);
102 l2c(tout1, iv);
114 tout1
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/cast/
H A Dc_enc.c131 register CAST_LONG tout0, tout1, xor0, xor1; local
137 n2l(iv, tout1);
143 tin1 ^= tout1;
148 tout1 = tin[1];
150 l2n(tout1, out);
155 tin1 ^= tout1;
160 tout1 = tin[1];
162 l2n(tout1, out);
165 l2n(tout1, iv);
177 tout1
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/rc2/
H A Drc2_cbc.c66 register unsigned long tout0, tout1, xor0, xor1; local
72 c2l(iv, tout1);
78 tin1 ^= tout1;
84 tout1 = tin[1];
85 l2c(tout1, out);
90 tin1 ^= tout1;
96 tout1 = tin[1];
97 l2c(tout1, out);
100 l2c(tout1, iv);
112 tout1
[all...]

Completed in 132 milliseconds