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

  /external/boringssl/src/decrepit/cast/
cast.c 169 uint32_t tout0, tout1, xor0, xor1; local
174 n2l(iv, tout0);
180 tin0 ^= tout0;
185 tout0 = tin[0];
187 l2n(tout0, out);
192 tin0 ^= tout0;
197 tout0 = tin[0];
199 l2n(tout0, out);
202 l2n(tout0, iv);
214 tout0 = tin[0] ^ xor0
    [all...]
  /external/boringssl/src/crypto/des/
des.c 563 uint32_t tout0, tout1, xor0, xor1; local
570 c2l(iv, tout0);
575 tin0 ^= tout0;
580 tout0 = tin[0];
581 l2c(tout0, out);
587 tin0 ^= tout0;
592 tout0 = tin[0];
593 l2c(tout0, out);
598 l2c(tout0, iv);
609 tout0 = tin[0] ^ xor0
664 uint32_t tout0, tout1, xor0, xor1; local
    [all...]
  /external/boringssl/src/crypto/cipher/
e_rc2.c 215 uint32_t tout0, tout1, xor0, xor1; local
220 c2l(iv, tout0);
226 tin0 ^= tout0;
231 tout0 = tin[0];
232 l2c(tout0, out);
238 tin0 ^= tout0;
243 tout0 = tin[0];
244 l2c(tout0, out);
248 l2c(tout0, iv);
260 tout0 = tin[0] ^ xor0
    [all...]
  /external/boringssl/src/decrepit/blowfish/
blowfish.c 154 uint32_t tout0, tout1, xor0, xor1; local
159 n2l(ivec, tout0);
165 tin0 ^= tout0;
170 tout0 = tin[0];
172 l2n(tout0, out);
177 tin0 ^= tout0;
182 tout0 = tin[0];
184 l2n(tout0, out);
187 l2n(tout0, ivec);
199 tout0 = tin[0] ^ xor0
    [all...]

Completed in 62 milliseconds