Searched refs:tout0 (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
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...]
/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
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...]
/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
302 c2l(iv, tout0);
307 tin0 ^= tout0;
313 tout0 = tin[0];
316 l2c(tout0, out);
321 tin0 ^= tout0;
327 tout0 = tin[0];
330 l2c(tout0, out);
334 l2c(tout0, iv);
351 tout0
[all...]
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...]
/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
302 c2l(iv, tout0);
307 tin0 ^= tout0;
313 tout0 = tin[0];
316 l2c(tout0, out);
321 tin0 ^= tout0;
327 tout0 = tin[0];
330 l2c(tout0, out);
334 l2c(tout0, iv);
351 tout0
[all...]
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...]
/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
134 c2l(iv,tout0);
140 tin0^=tout0^inW0; tin[0]=tin0;
143 tout0=tin[0]^outW0; l2c(tout0,out);
149 tin0^=tout0^inW0; tin[0]=tin0;
152 tout0=tin[0]^outW0; l2c(tout0,out);
156 l2c(tout0,iv);
168 tout0
[all...]
H A Ddes_enc.c301 register DES_LONG tout0,tout1,xor0,xor1; local
314 c2l(iv,tout0);
320 tin0^=tout0;
326 tout0=tin[0];
329 l2c(tout0,out);
335 tin0^=tout0;
341 tout0=tin[0];
344 l2c(tout0,out);
348 l2c(tout0,iv);
368 tout0
[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
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...]
/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
234 n2l(ivec,tout0);
241 tin0^=tout0;
246 tout0=tin[0];
248 l2n(tout0,out);
254 tin0^=tout0;
259 tout0=tin[0];
261 l2n(tout0,out);
264 l2n(tout0,ivec);
279 tout0
[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
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...]

Completed in 82 milliseconds

12