OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:p_24
(Results
1 - 1
of
1
) sorted by null
/external/bouncycastle/src/main/java/org/bouncycastle/crypto/engines/
TwofishEngine.java
172
private static final int
P_24
= 0;
408
b2 = (P[
P_24
][b2] & 0xff) ^ b2(k3);
543
b2 = (P[
P_24
][b2] & 0xff) ^ b2(k3);
Completed in 42 milliseconds