Searched refs:tout1 (Results 26 - 36 of 36) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/des/
H A Ddes_enc.c290 register DES_LONG tout0, tout1, xor0, xor1; local
303 c2l(iv, tout1);
308 tin1 ^= tout1;
314 tout1 = tin[1];
317 l2c(tout1, out);
322 tin1 ^= tout1;
328 tout1 = tin[1];
331 l2c(tout1, out);
335 l2c(tout1, iv);
352 tout1
[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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/des/
H A Ddes_enc.c290 register DES_LONG tout0, tout1, xor0, xor1; local
303 c2l(iv, tout1);
308 tin1 ^= tout1;
314 tout1 = tin[1];
317 l2c(tout1, out);
322 tin1 ^= tout1;
328 tout1 = tin[1];
331 l2c(tout1, out);
335 l2c(tout1, iv);
352 tout1
[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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/
H A Dxcbc_enc.c116 register DES_LONG tout0,tout1,xor0,xor1; local
135 c2l(iv,tout1);
141 tin1^=tout1^inW1; tin[1]=tin1;
144 tout1=tin[1]^outW1; l2c(tout1,out);
150 tin1^=tout1^inW1; tin[1]=tin1;
153 tout1=tin[1]^outW1; l2c(tout1,out);
157 l2c(tout1,iv);
169 tout1
[all...]
H A Ddes_enc.c301 register DES_LONG tout0,tout1,xor0,xor1; local
315 c2l(iv,tout1);
321 tin1^=tout1;
327 tout1=tin[1];
330 l2c(tout1,out);
336 tin1^=tout1;
342 tout1=tin[1];
345 l2c(tout1,out);
349 l2c(tout1,iv);
369 tout1
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bf/
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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bf/
H A Dbf_enc.c228 register BF_LONG tout0,tout1,xor0,xor1; local
235 n2l(ivec,tout1);
242 tin1^=tout1;
247 tout1=tin[1];
249 l2n(tout1,out);
255 tin1^=tout1;
260 tout1=tin[1];
262 l2n(tout1,out);
265 l2n(tout1,ivec);
280 tout1
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bf/
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...]

Completed in 50 milliseconds

12