HomeSort by relevance Sort by last modified time
    Searched defs:gSubKeys (Results 1 - 2 of 2) sorted by null

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
TwofishEngine.java 215 * gSubKeys[] and gSBox[] are eventually used in the
218 private int[] gSubKeys;
345 gSubKeys = new int[TOTAL_SUBKEYS];
381 gSubKeys[i*2] = A;
383 gSubKeys[i*2 + 1] = A << SK_ROTL | A >>> (32-SK_ROTL);
451 int x0 = BytesTo32Bits(src, srcIndex) ^ gSubKeys[INPUT_WHITEN];
452 int x1 = BytesTo32Bits(src, srcIndex + 4) ^ gSubKeys[INPUT_WHITEN + 1];
453 int x2 = BytesTo32Bits(src, srcIndex + 8) ^ gSubKeys[INPUT_WHITEN + 2];
454 int x3 = BytesTo32Bits(src, srcIndex + 12) ^ gSubKeys[INPUT_WHITEN + 3];
462 x2 ^= t0 + t1 + gSubKeys[k++]
    [all...]
  /external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar 

Completed in 72 milliseconds