Searched refs:xor1 (Results 1 - 11 of 11) sorted by relevance

/external/openssl/crypto/des/
H A Dpcbc_enc.c65 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;
H A Dncbc_enc.c75 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;
H A Dede_cbcm_enc.c82 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;
H A Ddes_enc.c294 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;
H A Dxcbc_enc.c118 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/
H A Drc2_cbc.c66 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/
H A Dbf_enc.c228 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/chromium_org/third_party/boringssl/src/crypto/des/
H A Ddes.c540 uint32_t tout0, tout1, xor0, xor1; local
579 c2l(iv, xor1);
587 tout1 = tin[1] ^ xor1;
591 xor1 = tin1;
600 tout1 = tin[1] ^ xor1;
603 xor1 = tin1;
607 l2c(xor1, iv);
618 uint32_t tout0, tout1, xor0, xor1; local
663 c2l(iv, xor1);
678 tout1 ^= xor1;
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/cipher/
H A De_rc2.c215 uint32_t tout0, tout1, xor0, xor1; local
252 c2l(iv, xor1);
261 tout1 = tin[1] ^ xor1;
265 xor1 = tin1;
274 tout1 = tin[1] ^ xor1;
277 xor1 = tin1;
280 l2c(xor1, iv);
282 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;
/external/chromium_org/third_party/libwebp/dsp/
H A Denc_sse2.c78 const __m128i xor1 = _mm_xor_si128(out1, sign1); local
80 const __m128i abs1 = _mm_sub_epi16(xor1, sign1);
/external/webp/src/dsp/
H A Denc_sse2.c78 const __m128i xor1 = _mm_xor_si128(out1, sign1); local
80 const __m128i abs1 = _mm_sub_epi16(xor1, sign1);

Completed in 316 milliseconds