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

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
TwofishEngine.java 214 * gSubKeys[] and gSBox[] are eventually used in the
217 private int[] gSubKeys;
344 gSubKeys = new int[TOTAL_SUBKEYS];
380 gSubKeys[i*2] = A;
382 gSubKeys[i*2 + 1] = A << SK_ROTL | A >>> (32-SK_ROTL);
450 int x0 = BytesTo32Bits(src, srcIndex) ^ gSubKeys[INPUT_WHITEN];
451 int x1 = BytesTo32Bits(src, srcIndex + 4) ^ gSubKeys[INPUT_WHITEN + 1];
452 int x2 = BytesTo32Bits(src, srcIndex + 8) ^ gSubKeys[INPUT_WHITEN + 2];
453 int x3 = BytesTo32Bits(src, srcIndex + 12) ^ gSubKeys[INPUT_WHITEN + 3];
461 x2 ^= t0 + t1 + gSubKeys[k++]
    [all...]
  /prebuilts/sdk/tools/lib/
signapk.jar 
  /tools/motodev/src/plugins/certmanager/lib/
bcprov-jdk15on-147.jar 

Completed in 98 milliseconds