HomeSort by relevance Sort by last modified time
    Searched full:k64cnt (Results 1 - 1 of 1) sorted by null

  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/engines/
TwofishEngine.java 220 private int k64Cnt = 0;
274 this.k64Cnt = (this.workingKey.length / 8); // pre-padded ?
346 if (k64Cnt < 1)
351 if (k64Cnt > 4)
357 * k64Cnt is the number of 8 byte blocks (64 chunks)
360 * for k64Cnt is 1..4
362 for (int i=0; i<k64Cnt ; i++)
369 sBoxKeys[k64Cnt-1-i] = RS_MDS_Encode(k32e[i], k32o[i]);
397 switch (k64Cnt & 3)
532 switch (k64Cnt & 3
    [all...]

Completed in 133 milliseconds