OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:P_SZ
(Results
1 - 2
of
2
) sorted by null
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
BlowfishEngine.java
302
private static final int
P_SZ
= ROUNDS+2;
317
P = new int[
P_SZ
];
447
System.arraycopy(KP, 0, P, 0,
P_SZ
);
459
for (int i=0; i <
P_SZ
; i++)
500
processTable(P[
P_SZ
- 2], P[
P_SZ
- 1], S0);
/external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar
Completed in 533 milliseconds