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

  /external/boringssl/src/decrepit/cast/
cast.c 169 uint32_t tout0, tout1, xor0, xor1; local
206 n2l(iv, xor1);
215 tout1 = tin[1] ^ xor1;
219 xor1 = tin1;
228 tout1 = tin[1] ^ xor1;
231 xor1 = tin1;
234 l2n(xor1, iv);
236 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;
  /external/boringssl/src/crypto/cipher_extra/
e_rc2.c 234 uint32_t tout0, tout1, xor0, xor1; local
271 c2l(iv, xor1);
280 tout1 = tin[1] ^ xor1;
284 xor1 = tin1;
293 tout1 = tin[1] ^ xor1;
296 xor1 = tin1;
299 l2c(xor1, iv);
  /external/boringssl/src/crypto/fipsmodule/des/
des.c 563 uint32_t tout0, tout1, xor0, xor1; local
602 c2l(iv, xor1);
610 tout1 = tin[1] ^ xor1;
614 xor1 = tin1;
623 tout1 = tin[1] ^ xor1;
626 xor1 = tin1;
630 l2c(xor1, iv);
664 uint32_t tout0, tout1, xor0, xor1; local
709 c2l(iv, xor1);
724 tout1 ^= xor1;
    [all...]
  /external/boringssl/src/decrepit/blowfish/
blowfish.c 155 uint32_t tout0, tout1, xor0, xor1; local
192 n2l(ivec, xor1);
201 tout1 = tin[1] ^ xor1;
205 xor1 = tin1;
214 tout1 = tin[1] ^ xor1;
217 xor1 = tin1;
220 l2n(xor1, ivec);
222 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;
  /external/syslinux/gpxe/src/crypto/axtls/
aes.c 310 uint32_t xor0,xor1,xor2,xor3;
318 n2l(iv, xor1);
338 tout1 = data[1]^xor1;
343 xor1 = tin1;
354 l2n(xor1, iv);

Completed in 350 milliseconds