Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/fipsmodule/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/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/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/rust/crates/quiche/deps/boringssl/src/crypto/cipher_extra/
De_rc2.c234 uint32_t tout0, tout1, xor0, xor1; in RC2_cbc_encrypt() local
270 c2l(iv, xor0); in RC2_cbc_encrypt()
279 tout0 = tin[0] ^ xor0; in RC2_cbc_encrypt()
283 xor0 = tin0; in RC2_cbc_encrypt()
292 tout0 = tin[0] ^ xor0; in RC2_cbc_encrypt()
295 xor0 = tin0; in RC2_cbc_encrypt()
298 l2c(xor0, iv); in RC2_cbc_encrypt()
/external/boringssl/src/crypto/cipher_extra/
De_rc2.c234 uint32_t tout0, tout1, xor0, xor1; in RC2_cbc_encrypt() local
270 c2l(iv, xor0); in RC2_cbc_encrypt()
279 tout0 = tin[0] ^ xor0; in RC2_cbc_encrypt()
283 xor0 = tin0; in RC2_cbc_encrypt()
292 tout0 = tin[0] ^ xor0; in RC2_cbc_encrypt()
295 xor0 = tin0; in RC2_cbc_encrypt()
298 l2c(xor0, iv); in RC2_cbc_encrypt()
/external/boringssl/src/decrepit/blowfish/
Dblowfish.c158 uint32_t tout0, tout1, xor0, xor1; in BF_cbc_encrypt() local
195 n2l(ivec, xor0); in BF_cbc_encrypt()
204 tout0 = tin[0] ^ xor0; in BF_cbc_encrypt()
208 xor0 = tin0; in BF_cbc_encrypt()
218 tout0 = tin[0] ^ xor0; in BF_cbc_encrypt()
221 xor0 = tin0; in BF_cbc_encrypt()
224 l2n(xor0, ivec); in BF_cbc_encrypt()
227 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0; in BF_cbc_encrypt()
/external/rust/crates/quiche/deps/boringssl/src/decrepit/blowfish/
Dblowfish.c158 uint32_t tout0, tout1, xor0, xor1; in BF_cbc_encrypt() local
195 n2l(ivec, xor0); in BF_cbc_encrypt()
204 tout0 = tin[0] ^ xor0; in BF_cbc_encrypt()
208 xor0 = tin0; in BF_cbc_encrypt()
218 tout0 = tin[0] ^ xor0; in BF_cbc_encrypt()
221 xor0 = tin0; in BF_cbc_encrypt()
224 l2n(xor0, ivec); in BF_cbc_encrypt()
227 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0; in BF_cbc_encrypt()
/external/llvm-project/llvm/test/Transforms/Reassociate/
Dinfloop-deadphi.ll21 %xor0 = xor i16 %xor1, undef
22 %xor1 = xor i16 %xor0, undef
/external/rust/crates/quiche/deps/boringssl/src/decrepit/cast/
Dcast.c172 uint32_t tout0, tout1, xor0, xor1; in CAST_cbc_encrypt() local
209 n2l(iv, xor0); in CAST_cbc_encrypt()
218 tout0 = tin[0] ^ xor0; in CAST_cbc_encrypt()
222 xor0 = tin0; in CAST_cbc_encrypt()
232 tout0 = tin[0] ^ xor0; in CAST_cbc_encrypt()
235 xor0 = tin0; in CAST_cbc_encrypt()
238 l2n(xor0, iv); in CAST_cbc_encrypt()
241 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0; in CAST_cbc_encrypt()
/external/boringssl/src/decrepit/cast/
Dcast.c172 uint32_t tout0, tout1, xor0, xor1; in CAST_cbc_encrypt() local
209 n2l(iv, xor0); in CAST_cbc_encrypt()
218 tout0 = tin[0] ^ xor0; in CAST_cbc_encrypt()
222 xor0 = tin0; in CAST_cbc_encrypt()
232 tout0 = tin[0] ^ xor0; in CAST_cbc_encrypt()
235 xor0 = tin0; in CAST_cbc_encrypt()
238 l2n(xor0, iv); in CAST_cbc_encrypt()
241 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0; in CAST_cbc_encrypt()
/external/llvm-project/llvm/test/CodeGen/AArch64/
Doptimize-imm.ll80 %xor0 = xor i64 %arg, 129
81 %t2 = add i64 %and0, %xor0
/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/llvm-project/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/mesa3d/src/amd/compiler/tests/
Dtest_optimizer.cpp269 …Temp xor0 = bld.vop2(aco_opcode::v_xor_b32, bld.def(v1), Operand(0x80000000u), Operand(inputs[0])); variable
270 Temp min = bld.vop2(aco_opcode::v_min_f32, bld.def(v1), Operand(0u), xor0);
/external/llvm/test/CodeGen/Mips/Fast-ISel/
Dlogopm.ll169 %xor0 = xor i1 %conv1, %conv0
170 %conv3 = zext i1 %xor0 to i8
/external/llvm-project/llvm/test/CodeGen/Mips/Fast-ISel/
Dlogopm.ll169 %xor0 = xor i1 %conv1, %conv0
170 %conv3 = zext i1 %xor0 to i8