OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RS_GF_FDBK
(Results
1 - 2
of
2
) sorted by null
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
TwofishEngine.java
186
private static final int
RS_GF_FDBK
= 0x14D; // field generator
600
((b & 0x80) != 0 ?
RS_GF_FDBK
: 0)) & 0xff;
602
((b & 0x01) != 0 ? (
RS_GF_FDBK
>>> 1) : 0)) ^ g2 ;
/external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar
Completed in 25 milliseconds