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

  /external/openssl/crypto/des/
pcbc_enc.c 65 register DES_LONG sin0,sin1,xor0,xor1,tout0,tout1; local
76 c2l(iv,xor0);
87 tin[0]=sin0^xor0;
92 xor0=sin0^tout0;
100 c2l(iv,xor0); c2l(iv,xor1);
108 tout0=tin[0]^xor0;
117 xor0=tout0^sin0;
122 sin0=sin1=xor0=xor1=tout0=tout1=0;
ncbc_enc.c 75 register DES_LONG tout0,tout1,xor0,xor1; local
113 c2l(iv,xor0);
120 tout0=tin[0]^xor0;
124 xor0=tin0;
132 tout0=tin[0]^xor0;
136 xor0=tin0;
142 l2c(xor0,iv);
146 tin0=tin1=tout0=tout1=xor0=xor1=0;
ede_cbcm_enc.c 82 register DES_LONG tout0,tout1,xor0,xor1,m0,m1; local
145 c2l(iv2,xor0);
173 tout0^=xor0;
184 xor0=t0;
193 l2c(xor0,iv2);
196 tin0=tin1=tout0=tout1=xor0=xor1=0;
des_enc.c 294 register DES_LONG tout0,tout1,xor0,xor1; local
348 c2l(iv,xor0);
364 tout0^=xor0;
368 xor0=t0;
385 tout0^=xor0;
388 xor0=t0;
393 l2c(xor0,iv);
396 tin0=tin1=tout0=tout1=xor0=xor1=0;
xcbc_enc.c 118 register DES_LONG tout0,tout1,xor0,xor1; local
163 c2l(iv,xor0);
170 tout0=tin[0]^xor0^inW0;
174 xor0=tin0;
182 tout0=tin[0]^xor0^inW0;
185 xor0=tin0;
190 l2c(xor0,iv);
193 tin0=tin1=tout0=tout1=xor0=xor1=0;
  /external/openssl/crypto/rc2/
rc2_cbc.c 66 register unsigned long tout0,tout1,xor0,xor1; local
103 c2l(iv,xor0);
111 tout0=tin[0]^xor0;
115 xor0=tin0;
123 tout0=tin[0]^xor0;
126 xor0=tin0;
129 l2c(xor0,iv);
132 tin0=tin1=tout0=tout1=xor0=xor1=0;
  /external/openssl/crypto/bf/
bf_enc.c 228 register BF_LONG tout0,tout1,xor0,xor1; local
269 n2l(ivec,xor0);
279 tout0=tin[0]^xor0;
283 xor0=tin0;
293 tout0=tin[0]^xor0;
296 xor0=tin0;
299 l2n(xor0,ivec);
302 tin0=tin1=tout0=tout1=xor0=xor1=0;
  /external/webp/src/dsp/
enc_sse2.c 46 const __m128i xor0 = _mm_xor_si128(out0, sign0); local
48 const __m128i abs0 = _mm_sub_epi16(xor0, sign0);
    [all...]

Completed in 337 milliseconds