Searched refs:MAX_KEY_BITS (Results 1 - 2 of 2) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
H A DTwofishEngine.java195 private static final int MAX_KEY_BITS = 256; field in class:TwofishEngine
209 private int[] gMDS0 = new int[MAX_KEY_BITS];
210 private int[] gMDS1 = new int[MAX_KEY_BITS];
211 private int[] gMDS2 = new int[MAX_KEY_BITS];
212 private int[] gMDS3 = new int[MAX_KEY_BITS];
233 for (int i=0; i< MAX_KEY_BITS ; i++)
341 int[] k32e = new int[MAX_KEY_BITS/64]; // 4
342 int[] k32o = new int[MAX_KEY_BITS/64]; // 4
344 int[] sBoxKeys = new int[MAX_KEY_BITS/64]; // 4
394 gSBox = new int[4*MAX_KEY_BITS];
[all...]
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...

Completed in 743 milliseconds