Searched refs:tout0 (Results 1 - 8 of 8) sorted by relevance

/external/openssl/crypto/des/
H A Dncbc_enc.c75 register DES_LONG tout0,tout1,xor0,xor1; local
84 c2l(iv,tout0);
90 tin0^=tout0; tin[0]=tin0;
93 tout0=tin[0]; l2c(tout0,out);
99 tin0^=tout0; tin[0]=tin0;
102 tout0=tin[0]; l2c(tout0,out);
107 l2c(tout0,iv);
120 tout0
[all...]
H A Dpcbc_enc.c65 register DES_LONG sin0,sin1,xor0,xor1,tout0,tout1; local
90 tout0=tin[0];
92 xor0=sin0^tout0;
94 l2c(tout0,out);
108 tout0=tin[0]^xor0;
112 l2c(tout0,out);
116 l2cn(tout0,tout1,out,length);
117 xor0=tout0^sin0;
122 sin0=sin1=xor0=xor1=tout0=tout1=0;
H A Dcbc_cksm.c65 register DES_LONG tout0,tout1,tin0,tin1; local
71 c2l(iv,tout0);
83 tin0^=tout0; tin[0]=tin0;
87 tout0=tin[0];
92 l2c(tout0,out);
95 tout0=tin0=tin1=tin[0]=tin[1]=0;
H A Dede_cbcm_enc.c82 register DES_LONG tout0,tout1,xor0,xor1,m0,m1; local
94 c2l(iv2,tout0);
113 tin0^=tout0;
125 tout0=tin[0];
128 l2c(tout0,out);
136 l2c(tout0,iv2);
170 tout0=tin[0];
173 tout0^=xor0;
177 l2cn(tout0,tout1,out,l+8);
181 l2c(tout0,ou
[all...]
H A Ddes_enc.c294 register DES_LONG tout0,tout1,xor0,xor1; local
307 c2l(iv,tout0);
313 tin0^=tout0;
319 tout0=tin[0];
322 l2c(tout0,out);
328 tin0^=tout0;
334 tout0=tin[0];
337 l2c(tout0,out);
341 l2c(tout0,iv);
361 tout0
[all...]
H A Dxcbc_enc.c118 register DES_LONG tout0,tout1,xor0,xor1; local
136 c2l(iv,tout0);
142 tin0^=tout0^inW0; tin[0]=tin0;
145 tout0=tin[0]^outW0; l2c(tout0,out);
151 tin0^=tout0^inW0; tin[0]=tin0;
154 tout0=tin[0]^outW0; l2c(tout0,out);
158 l2c(tout0,iv);
170 tout0
[all...]
/external/openssl/crypto/rc2/
H A Drc2_cbc.c66 register unsigned long tout0,tout1,xor0,xor1; local
72 c2l(iv,tout0);
79 tin0^=tout0;
84 tout0=tin[0]; l2c(tout0,out);
90 tin0^=tout0;
95 tout0=tin[0]; l2c(tout0,out);
98 l2c(tout0,iv);
111 tout0
[all...]
/external/openssl/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...]

Completed in 131 milliseconds