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

  /external/boringssl/src/decrepit/cast/
cast.c 169 uint32_t tout0, tout1, xor0, xor1; local
206 n2l(iv, xor1);
215 tout1 = tin[1] ^ xor1;
219 xor1 = tin1;
228 tout1 = tin[1] ^ xor1;
231 xor1 = tin1;
234 l2n(xor1, iv);
236 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;
  /external/boringssl/src/crypto/cipher/
e_rc2.c 215 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);
  /external/boringssl/src/crypto/des/
des.c 563 uint32_t tout0, tout1, xor0, xor1; local
602 c2l(iv, xor1);
610 tout1 = tin[1] ^ xor1;
614 xor1 = tin1;
623 tout1 = tin[1] ^ xor1;
626 xor1 = tin1;
630 l2c(xor1, iv);
664 uint32_t tout0, tout1, xor0, xor1; local
709 c2l(iv, xor1);
724 tout1 ^= xor1;
    [all...]
  /external/boringssl/src/decrepit/blowfish/
blowfish.c 154 uint32_t tout0, tout1, xor0, xor1; local
191 n2l(ivec, xor1);
200 tout1 = tin[1] ^ xor1;
204 xor1 = tin1;
213 tout1 = tin[1] ^ xor1;
216 xor1 = tin1;
219 l2n(xor1, ivec);
221 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;
  /external/opencv3/3rdparty/libwebp/dsp/
enc_sse2.c 80 const __m128i xor1 = _mm_xor_si128(out1, sign1); local
82 const __m128i abs1 = _mm_sub_epi16(xor1, sign1);
    [all...]

Completed in 911 milliseconds