OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MAX_KEY_BITS
(Results
1 - 2
of
2
) sorted by null
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
TwofishEngine.java
195
private static final int
MAX_KEY_BITS
= 256;
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/
bcprov-jdk15-143.jar
Completed in 25 milliseconds