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

/freebsd-9.3-release/crypto/openssl/crypto/bf/
H A Dbf_cbc.c65 register BF_LONG tin0, tin1; local
76 n2l(in, tin1);
78 tin1 ^= tout1;
80 tin[1] = tin1;
88 n2ln(in, tin0, tin1, l + 8);
90 tin1 ^= tout1;
92 tin[1] = tin1;
107 n2l(in, tin1);
109 tin[1] = tin1;
116 xor1 = tin1;
[all...]
H A Dbf_enc.c228 register BF_LONG tin0, tin1; local
239 n2l(in, tin1);
241 tin1 ^= tout1;
243 tin[1] = tin1;
251 n2ln(in, tin0, tin1, l + 8);
253 tin1 ^= tout1;
255 tin[1] = tin1;
270 n2l(in, tin1);
272 tin[1] = tin1;
279 xor1 = tin1;
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/des/
H A Dncbc_enc.c75 register DES_LONG tin0, tin1; local
88 c2l(in, tin1);
91 tin1 ^= tout1;
92 tin[1] = tin1;
100 c2ln(in, tin0, tin1, l + 8);
103 tin1 ^= tout1;
104 tin[1] = tin1;
122 c2l(in, tin1);
123 tin[1] = tin1;
130 xor1 = tin1;
[all...]
H A Dcbc_cksm.c65 register DES_LONG tout0, tout1, tin0, tin1; local
76 c2l(in, tin1);
78 c2ln(in, tin0, tin1, l);
82 tin1 ^= tout1;
83 tin[1] = tin1;
93 tout0 = tin0 = tin1 = tin[0] = tin[1] = 0;
H A Dede_cbcm_enc.c82 register DES_LONG tin0, tin1; local
104 c2ln(in, tin0, tin1, l + 8);
107 c2l(in, tin1);
110 tin1 ^= tout1;
113 tin[1] = tin1;
149 c2l(in, tin1);
152 t1 = tin1;
155 tin[1] = tin1;
186 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;
H A Dxcbc_enc.c132 register DES_LONG tin0, tin1; local
154 c2l(in, tin1);
157 tin1 ^= tout1 ^ inW1;
158 tin[1] = tin1;
166 c2ln(in, tin0, tin1, l + 8);
169 tin1 ^= tout1 ^ inW1;
170 tin[1] = tin1;
186 c2l(in, tin1);
187 tin[1] = tin1 ^ outW1;
194 xor1 = tin1;
[all...]
H A Ddes_enc.c298 register DES_LONG tin0, tin1; local
315 c2l(in, tin1);
317 tin1 ^= tout1;
320 tin[1] = tin1;
329 c2ln(in, tin0, tin1, l + 8);
331 tin1 ^= tout1;
334 tin[1] = tin1;
352 c2l(in, tin1);
355 t1 = tin1;
358 tin[1] = tin1;
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/idea/
H A Di_cbc.c66 register unsigned long tin0, tin1; local
77 n2l(in, tin1);
79 tin1 ^= tout1;
81 tin[1] = tin1;
89 n2ln(in, tin0, tin1, l + 8);
91 tin1 ^= tout1;
93 tin[1] = tin1;
109 n2l(in, tin1);
110 tin[1] = tin1;
117 xor1 = tin1;
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/rc5/
H A Drc5_enc.c67 register unsigned long tin0, tin1; local
78 c2l(in, tin1);
80 tin1 ^= tout1;
82 tin[1] = tin1;
90 c2ln(in, tin0, tin1, l + 8);
92 tin1 ^= tout1;
94 tin[1] = tin1;
110 c2l(in, tin1);
111 tin[1] = tin1;
118 xor1 = tin1;
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/cast/
H A Dc_enc.c130 register CAST_LONG tin0, tin1; local
141 n2l(in, tin1);
143 tin1 ^= tout1;
145 tin[1] = tin1;
153 n2ln(in, tin0, tin1, l + 8);
155 tin1 ^= tout1;
157 tin[1] = tin1;
172 n2l(in, tin1);
174 tin[1] = tin1;
181 xor1 = tin1;
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/rc2/
H A Drc2_cbc.c65 register unsigned long tin0, tin1; local
76 c2l(in, tin1);
78 tin1 ^= tout1;
80 tin[1] = tin1;
88 c2ln(in, tin0, tin1, l + 8);
90 tin1 ^= tout1;
92 tin[1] = tin1;
108 c2l(in, tin1);
109 tin[1] = tin1;
116 xor1 = tin1;
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/mdc2/
H A Dmdc2dgst.c125 register DES_LONG tin0, tin1; local
135 c2l(in, tin1);
136 d[1] = dd[1] = tin1;
149 ttin1 = tin1 ^ dd[1];
151 tin1 ^= d[1];
158 l2c(tin1, p);

Completed in 131 milliseconds