/external/boringssl/src/decrepit/cast/ |
cast.c | 169 uint32_t tout0, tout1, xor0, xor1; local 205 n2l(iv, xor0); 214 tout0 = tin[0] ^ xor0; 218 xor0 = tin0; 227 tout0 = tin[0] ^ xor0; 230 xor0 = tin0; 233 l2n(xor0, 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 251 c2l(iv, xor0); 260 tout0 = tin[0] ^ xor0; 264 xor0 = tin0; 273 tout0 = tin[0] ^ xor0; 276 xor0 = tin0; 279 l2c(xor0, iv);
|
/external/boringssl/src/crypto/des/ |
des.c | 563 uint32_t tout0, tout1, xor0, xor1; local 601 c2l(iv, xor0); 609 tout0 = tin[0] ^ xor0; 613 xor0 = tin0; 622 tout0 = tin[0] ^ xor0; 625 xor0 = tin0; 629 l2c(xor0, iv); 664 uint32_t tout0, tout1, xor0, xor1; local 708 c2l(iv, xor0); 723 tout0 ^= xor0; [all...] |
/external/boringssl/src/decrepit/blowfish/ |
blowfish.c | 154 uint32_t tout0, tout1, xor0, xor1; local 190 n2l(ivec, xor0); 199 tout0 = tin[0] ^ xor0; 203 xor0 = tin0; 212 tout0 = tin[0] ^ xor0; 215 xor0 = tin0; 218 l2n(xor0, ivec); 221 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;
|
/external/opencv3/3rdparty/libwebp/dsp/ |
enc_sse2.c | 79 const __m128i xor0 = _mm_xor_si128(out0, sign0); local 81 const __m128i abs0 = _mm_sub_epi16(xor0, sign0); [all...] |