Searched refs:tin0 (Results 1 - 12 of 12) sorted by last modified time

/freebsd-9.3-release/crypto/openssl/crypto/mdc2/
H A Dmdc2dgst.c125 register DES_LONG tin0, tin1; local
133 c2l(in, tin0);
134 d[0] = dd[0] = tin0;
148 ttin0 = tin0 ^ dd[0];
150 tin0 ^= d[0];
154 l2c(tin0, p);
/freebsd-9.3-release/crypto/openssl/crypto/rc5/
H A Drc5_enc.c67 register unsigned long tin0, tin1; local
77 c2l(in, tin0);
79 tin0 ^= tout0;
81 tin[0] = tin0;
90 c2ln(in, tin0, tin1, l + 8);
91 tin0 ^= tout0;
93 tin[0] = tin0;
108 c2l(in, tin0);
109 tin[0] = tin0;
117 xor0 = tin0;
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/idea/
H A Di_cbc.c66 register unsigned long tin0, tin1; local
76 n2l(in, tin0);
78 tin0 ^= tout0;
80 tin[0] = tin0;
89 n2ln(in, tin0, tin1, l + 8);
90 tin0 ^= tout0;
92 tin[0] = tin0;
107 n2l(in, tin0);
108 tin[0] = tin0;
116 xor0 = tin0;
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/rc2/
H A Drc2_cbc.c65 register unsigned long tin0, tin1; local
75 c2l(in, tin0);
77 tin0 ^= tout0;
79 tin[0] = tin0;
88 c2ln(in, tin0, tin1, l + 8);
89 tin0 ^= tout0;
91 tin[0] = tin0;
106 c2l(in, tin0);
107 tin[0] = tin0;
115 xor0 = tin0;
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/des/
H A Dxcbc_enc.c132 register DES_LONG tin0, tin1; local
153 c2l(in, tin0);
155 tin0 ^= tout0 ^ inW0;
156 tin[0] = tin0;
166 c2ln(in, tin0, tin1, l + 8);
167 tin0 ^= tout0 ^ inW0;
168 tin[0] = tin0;
184 c2l(in, tin0);
185 tin[0] = tin0 ^ outW0;
193 xor0 = tin0;
[all...]
H A Dncbc_enc.c75 register DES_LONG tin0, tin1; local
87 c2l(in, tin0);
89 tin0 ^= tout0;
90 tin[0] = tin0;
100 c2ln(in, tin0, tin1, l + 8);
101 tin0 ^= tout0;
102 tin[0] = tin0;
120 c2l(in, tin0);
121 tin[0] = tin0;
129 xor0 = tin0;
[all...]
H A Dcbc_cksm.c65 register DES_LONG tout0, tout1, tin0, tin1; local
75 c2l(in, tin0);
78 c2ln(in, tin0, tin1, l);
80 tin0 ^= tout0;
81 tin[0] = tin0;
93 tout0 = tin0 = tin1 = tin[0] = tin[1] = 0;
H A Ddes_enc.c298 register DES_LONG tin0, tin1; local
314 c2l(in, tin0);
316 tin0 ^= tout0;
319 tin[0] = tin0;
329 c2ln(in, tin0, tin1, l + 8);
330 tin0 ^= tout0;
333 tin[0] = tin0;
351 c2l(in, tin0);
354 t0 = tin0;
357 tin[0] = tin0;
[all...]
H A Dede_cbcm_enc.c82 register DES_LONG tin0, tin1; local
104 c2ln(in, tin0, tin1, l + 8);
106 c2l(in, tin0);
109 tin0 ^= tout0;
112 tin[0] = tin0;
148 c2l(in, tin0);
151 t0 = tin0;
154 tin[0] = tin0;
186 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;
/freebsd-9.3-release/crypto/openssl/crypto/bf/
H A Dbf_enc.c228 register BF_LONG tin0, tin1; local
238 n2l(in, tin0);
240 tin0 ^= tout0;
242 tin[0] = tin0;
251 n2ln(in, tin0, tin1, l + 8);
252 tin0 ^= tout0;
254 tin[0] = tin0;
269 n2l(in, tin0);
271 tin[0] = tin0;
278 xor0 = tin0;
[all...]
H A Dbf_cbc.c65 register BF_LONG tin0, tin1; local
75 n2l(in, tin0);
77 tin0 ^= tout0;
79 tin[0] = tin0;
88 n2ln(in, tin0, tin1, l + 8);
89 tin0 ^= tout0;
91 tin[0] = tin0;
106 n2l(in, tin0);
108 tin[0] = tin0;
115 xor0 = tin0;
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/cast/
H A Dc_enc.c130 register CAST_LONG tin0, tin1; local
140 n2l(in, tin0);
142 tin0 ^= tout0;
144 tin[0] = tin0;
153 n2ln(in, tin0, tin1, l + 8);
154 tin0 ^= tout0;
156 tin[0] = tin0;
171 n2l(in, tin0);
173 tin[0] = tin0;
180 xor0 = tin0;
[all...]

Completed in 97 milliseconds