Searched refs:xor0 (Results 1 – 8 of 8) sorted by relevance
/external/boringssl/src/crypto/des/ |
D | des.c | 563 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/ |
D | blowfish.c | 154 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/ |
D | e_rc2.c | 215 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/ |
D | cast.c | 169 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/ |
D | xor-03.ll | 128 %xor0 = xor i64 %ret, %val0 129 %xor1 = xor i64 %xor0, %val1
|
D | xor-01.ll | 163 %xor0 = xor i32 %ret, %val0 164 %xor1 = xor i32 %xor0, %val1
|
/external/opencv3/3rdparty/libwebp/dsp/ |
D | enc_sse2.c | 79 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/ |
D | logopm.ll | 169 %xor0 = xor i1 %conv1, %conv0 170 %conv3 = zext i1 %xor0 to i8
|