HomeSort by relevance Sort by last modified time
    Searched refs:xor1 (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
77 c2l(iv,xor1);
88 tin[1]=sin1^xor1;
93 xor1=sin1^tout1;
100 c2l(iv,xor0); c2l(iv,xor1);
109 tout1=tin[1]^xor1;
118 xor1=tout1^sin1;
122 sin0=sin1=xor0=xor1=tout0=tout1=0;
ncbc_enc.c 75 register DES_LONG tout0,tout1,xor0,xor1; local
114 c2l(iv,xor1);
121 tout1=tin[1]^xor1;
125 xor1=tin1;
133 tout1=tin[1]^xor1;
137 xor1=tin1;
143 l2c(xor1,iv);
146 tin0=tin1=tout0=tout1=xor0=xor1=0;
ede_cbcm_enc.c 82 register DES_LONG tout0,tout1,xor0,xor1,m0,m1; local
146 c2l(iv2,xor1);
174 tout1^=xor1;
185 xor1=t1;
194 l2c(xor1,iv2);
196 tin0=tin1=tout0=tout1=xor0=xor1=0;
des_enc.c 294 register DES_LONG tout0,tout1,xor0,xor1; local
349 c2l(iv,xor1);
365 tout1^=xor1;
369 xor1=t1;
386 tout1^=xor1;
389 xor1=t1;
394 l2c(xor1,iv);
396 tin0=tin1=tout0=tout1=xor0=xor1=0;
xcbc_enc.c 118 register DES_LONG tout0,tout1,xor0,xor1; local
164 c2l(iv,xor1);
171 tout1=tin[1]^xor1^inW1;
175 xor1=tin1;
183 tout1=tin[1]^xor1^inW1;
186 xor1=tin1;
191 l2c(xor1,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
104 c2l(iv,xor1);
112 tout1=tin[1]^xor1;
116 xor1=tin1;
124 tout1=tin[1]^xor1;
127 xor1=tin1;
130 l2c(xor1,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
270 n2l(ivec,xor1);
280 tout1=tin[1]^xor1;
284 xor1=tin1;
294 tout1=tin[1]^xor1;
297 xor1=tin1;
300 l2n(xor1,ivec);
302 tin0=tin1=tout0=tout1=xor0=xor1=0;
  /external/webp/src/dsp/
enc_sse2.c 47 const __m128i xor1 = _mm_xor_si128(out1, sign1); local
49 const __m128i abs1 = _mm_sub_epi16(xor1, sign1);
    [all...]

Completed in 94 milliseconds