Searched refs:xor0 (Results 1 – 8 of 8) sorted by relevance
/external/boringssl/src/crypto/des/ |
D | des.c | 571 uint32_t tout0, tout1, xor0, xor1; in DES_ncbc_encrypt() local 609 c2l(iv, xor0); in DES_ncbc_encrypt() 617 tout0 = tin[0] ^ xor0; in DES_ncbc_encrypt() 621 xor0 = tin0; in DES_ncbc_encrypt() 630 tout0 = tin[0] ^ xor0; in DES_ncbc_encrypt() 633 xor0 = tin0; in DES_ncbc_encrypt() 637 l2c(xor0, iv); in DES_ncbc_encrypt() 672 uint32_t tout0, tout1, xor0, xor1; in DES_ede3_cbc_encrypt() local 716 c2l(iv, xor0); in DES_ede3_cbc_encrypt() 731 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 | 177 uint32_t tout0, tout1, xor0, xor1; in CAST_cbc_encrypt() local 213 n2l(iv, xor0); in CAST_cbc_encrypt() 222 tout0 = tin[0] ^ xor0; in CAST_cbc_encrypt() 226 xor0 = tin0; in CAST_cbc_encrypt() 235 tout0 = tin[0] ^ xor0; in CAST_cbc_encrypt() 238 xor0 = tin0; in CAST_cbc_encrypt() 241 l2n(xor0, iv); in CAST_cbc_encrypt() 244 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/webp/src/dsp/ |
D | enc_sse2.c | 77 const __m128i xor0 = _mm_xor_si128(out0, sign0); in CollectHistogram() local 79 const __m128i abs0 = _mm_sub_epi16(xor0, sign0); in CollectHistogram()
|
/external/llvm/test/CodeGen/Mips/Fast-ISel/ |
D | logopm.ll | 169 %xor0 = xor i1 %conv1, %conv0 170 %conv3 = zext i1 %xor0 to i8
|