Home
last modified time | relevance | path

Searched refs:xor0 (Results 1 – 8 of 8) 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/boringssl/src/decrepit/blowfish/
Dblowfish.c155 uint32_t tout0, tout1, xor0, xor1; in BF_cbc_encrypt() local
191 n2l(ivec, xor0); in BF_cbc_encrypt()
200 tout0 = tin[0] ^ xor0; in BF_cbc_encrypt()
204 xor0 = tin0; in BF_cbc_encrypt()
213 tout0 = tin[0] ^ xor0; in BF_cbc_encrypt()
216 xor0 = tin0; in BF_cbc_encrypt()
219 l2n(xor0, ivec); in BF_cbc_encrypt()
222 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0; in BF_cbc_encrypt()
/external/boringssl/src/crypto/cipher_extra/
De_rc2.c218 uint32_t tout0, tout1, xor0, xor1; in RC2_cbc_encrypt() local
254 c2l(iv, xor0); in RC2_cbc_encrypt()
263 tout0 = tin[0] ^ xor0; in RC2_cbc_encrypt()
267 xor0 = tin0; in RC2_cbc_encrypt()
276 tout0 = tin[0] ^ xor0; in RC2_cbc_encrypt()
279 xor0 = tin0; in RC2_cbc_encrypt()
282 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/syslinux/gpxe/src/crypto/axtls/
Daes.c310 uint32_t xor0,xor1,xor2,xor3;
317 n2l(iv ,xor0);
337 tout0 = data[0]^xor0;
342 xor0 = tin0;
353 l2n(xor0, iv);
/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/test/CodeGen/Mips/Fast-ISel/
Dlogopm.ll169 %xor0 = xor i1 %conv1, %conv0
170 %conv3 = zext i1 %xor0 to i8