HomeSort by relevance Sort by last modified time
    Searched refs:xor0 (Results 1 - 5 of 5) sorted by null

  /external/boringssl/src/decrepit/cast/
cast.c 169 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/
e_rc2.c 218 uint32_t tout0, tout1, xor0, xor1; local
254 c2l(iv, xor0);
263 tout0 = tin[0] ^ xor0;
267 xor0 = tin0;
276 tout0 = tin[0] ^ xor0;
279 xor0 = tin0;
282 l2c(xor0, iv);
  /external/boringssl/src/crypto/fipsmodule/des/
des.c 563 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/
blowfish.c 155 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/
aes.c 310 uint32_t xor0,xor1,xor2,xor3;
317 n2l(iv ,xor0);
337 tout0 = data[0]^xor0;
342 xor0 = tin0;
353 l2n(xor0, iv);

Completed in 526 milliseconds