Home
last modified time | relevance | path

Searched refs:xor0 (Results 1 – 8 of 8) sorted by relevance

/external/boringssl/src/crypto/des/
Ddes.c563 uint32_t tout0, tout1, xor0, xor1; in DES_ncbc_encrypt() local
601 c2l(iv, xor0); in DES_ncbc_encrypt()
609 tout0 = tin[0] ^ xor0; in DES_ncbc_encrypt()
613 xor0 = tin0; in DES_ncbc_encrypt()
622 tout0 = tin[0] ^ xor0; in DES_ncbc_encrypt()
625 xor0 = tin0; in DES_ncbc_encrypt()
629 l2c(xor0, iv); in DES_ncbc_encrypt()
664 uint32_t tout0, tout1, xor0, xor1; in DES_ede3_cbc_encrypt() local
708 c2l(iv, xor0); in DES_ede3_cbc_encrypt()
723 tout0 ^= xor0; in DES_ede3_cbc_encrypt()
[all …]
/external/boringssl/src/decrepit/blowfish/
Dblowfish.c154 uint32_t tout0, tout1, xor0, xor1; in BF_cbc_encrypt() local
190 n2l(ivec, xor0); in BF_cbc_encrypt()
199 tout0 = tin[0] ^ xor0; in BF_cbc_encrypt()
203 xor0 = tin0; in BF_cbc_encrypt()
212 tout0 = tin[0] ^ xor0; in BF_cbc_encrypt()
215 xor0 = tin0; in BF_cbc_encrypt()
218 l2n(xor0, ivec); in BF_cbc_encrypt()
221 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0; in BF_cbc_encrypt()
/external/boringssl/src/crypto/cipher/
De_rc2.c215 uint32_t tout0, tout1, xor0, xor1; in RC2_cbc_encrypt() local
251 c2l(iv, xor0); in RC2_cbc_encrypt()
260 tout0 = tin[0] ^ xor0; in RC2_cbc_encrypt()
264 xor0 = tin0; in RC2_cbc_encrypt()
273 tout0 = tin[0] ^ xor0; in RC2_cbc_encrypt()
276 xor0 = tin0; in RC2_cbc_encrypt()
279 l2c(xor0, iv); in RC2_cbc_encrypt()
/external/boringssl/src/decrepit/cast/
Dcast.c169 uint32_t tout0, tout1, xor0, xor1; in CAST_cbc_encrypt() local
205 n2l(iv, xor0); in CAST_cbc_encrypt()
214 tout0 = tin[0] ^ xor0; in CAST_cbc_encrypt()
218 xor0 = tin0; in CAST_cbc_encrypt()
227 tout0 = tin[0] ^ xor0; in CAST_cbc_encrypt()
230 xor0 = tin0; in CAST_cbc_encrypt()
233 l2n(xor0, iv); in CAST_cbc_encrypt()
236 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0; in CAST_cbc_encrypt()
/external/llvm/test/CodeGen/SystemZ/
Dxor-03.ll128 %xor0 = xor i64 %ret, %val0
129 %xor1 = xor i64 %xor0, %val1
Dxor-01.ll163 %xor0 = xor i32 %ret, %val0
164 %xor1 = xor i32 %xor0, %val1
/external/opencv3/3rdparty/libwebp/dsp/
Denc_sse2.c79 const __m128i xor0 = _mm_xor_si128(out0, sign0); in CollectHistogramSSE2() local
81 const __m128i abs0 = _mm_sub_epi16(xor0, sign0); in CollectHistogramSSE2()
/external/llvm/test/CodeGen/Mips/Fast-ISel/
Dlogopm.ll169 %xor0 = xor i1 %conv1, %conv0
170 %conv3 = zext i1 %xor0 to i8