HomeSort by relevance Sort by last modified time
    Searched refs:tout0 (Results 1 - 10 of 10) sorted by null

  /external/openssl/crypto/des/
ncbc_enc.c 75 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=tin[0]^xor0
    [all...]
pcbc_enc.c 65 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;
cbc_cksm.c 65 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;
ede_cbcm_enc.c 82 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,out)
    [all...]
des_enc.c 294 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=tin[0]
    [all...]
xcbc_enc.c 118 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=tin[0]^xor0^inW0
    [all...]
  /external/openssl/crypto/rc2/
rc2_cbc.c 66 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=tin[0]^xor0
    [all...]
  /external/openssl/crypto/bf/
bf_enc.c 228 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=tin[0]^xor0
    [all...]
  /external/chromium_org/third_party/boringssl/src/crypto/des/
des.c 540 uint32_t tout0, tout1, xor0, xor1; local
547 c2l(iv, tout0);
552 tin0 ^= tout0;
557 tout0 = tin[0];
558 l2c(tout0, out);
564 tin0 ^= tout0;
569 tout0 = tin[0];
570 l2c(tout0, out);
575 l2c(tout0, iv);
586 tout0 = tin[0] ^ xor0
618 uint32_t tout0, tout1, xor0, xor1; local
    [all...]
  /external/chromium_org/third_party/boringssl/src/crypto/cipher/
e_rc2.c 215 uint32_t tout0, tout1, xor0, xor1; local
220 c2l(iv, tout0);
226 tin0 ^= tout0;
231 tout0 = tin[0];
232 l2c(tout0, out);
238 tin0 ^= tout0;
243 tout0 = tin[0];
244 l2c(tout0, out);
248 l2c(tout0, iv);
260 tout0 = tin[0] ^ xor0
    [all...]

Completed in 6278 milliseconds