Searched refs:xor0 (Results 1 - 5 of 5) sorted by relevance

/external/boringssl/src/decrepit/cast/
H A Dcast.c169 uint32_t tout0, tout1, xor0, xor1; local
205 n2l(iv, xor0);
214 tout0 = tin[0] ^ xor0;
218 xor0 = tin0;
227 tout0 = tin[0] ^ xor0;
230 xor0 = tin0;
233 l2n(xor0, iv);
236 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;
/external/boringssl/src/crypto/cipher_extra/
H A De_rc2.c234 uint32_t tout0, tout1, xor0, xor1; local
270 c2l(iv, xor0);
279 tout0 = tin[0] ^ xor0;
283 xor0 = tin0;
292 tout0 = tin[0] ^ xor0;
295 xor0 = tin0;
298 l2c(xor0, iv);
/external/boringssl/src/crypto/fipsmodule/des/
H A Ddes.c563 uint32_t tout0, tout1, xor0, xor1; local
601 c2l(iv, xor0);
609 tout0 = tin[0] ^ xor0;
613 xor0 = tin0;
622 tout0 = tin[0] ^ xor0;
625 xor0 = tin0;
629 l2c(xor0, iv);
664 uint32_t tout0, tout1, xor0, xor1; local
708 c2l(iv, xor0);
723 tout0 ^= xor0;
[all...]
/external/boringssl/src/decrepit/blowfish/
H A Dblowfish.c155 uint32_t tout0, tout1, xor0, xor1; local
191 n2l(ivec, xor0);
200 tout0 = tin[0] ^ xor0;
204 xor0 = tin0;
213 tout0 = tin[0] ^ xor0;
216 xor0 = tin0;
219 l2n(xor0, ivec);
222 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;
/external/syslinux/gpxe/src/crypto/axtls/
H A Daes.c310 uint32_t xor0,xor1,xor2,xor3;
317 n2l(iv ,xor0);
337 tout0 = data[0]^xor0;
342 xor0 = tin0;
353 l2n(xor0, iv);

Completed in 608 milliseconds