OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rotateWordLeft
(Results
1 - 4
of
4
) sorted by null
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
RC2Engine.java
196
private int
rotateWordLeft
(
219
x10 =
rotateWordLeft
(x10 + (x32 & ~x76) + (x54 & x76) + workingKey[i ], 1);
220
x32 =
rotateWordLeft
(x32 + (x54 & ~x10) + (x76 & x10) + workingKey[i+1], 2);
221
x54 =
rotateWordLeft
(x54 + (x76 & ~x32) + (x10 & x32) + workingKey[i+2], 3);
222
x76 =
rotateWordLeft
(x76 + (x10 & ~x54) + (x32 & x54) + workingKey[i+3], 5);
232
x10 =
rotateWordLeft
(x10 + (x32 & ~x76) + (x54 & x76) + workingKey[i ], 1);
233
x32 =
rotateWordLeft
(x32 + (x54 & ~x10) + (x76 & x10) + workingKey[i+1], 2);
234
x54 =
rotateWordLeft
(x54 + (x76 & ~x32) + (x10 & x32) + workingKey[i+2], 3);
235
x76 =
rotateWordLeft
(x76 + (x10 & ~x54) + (x32 & x54) + workingKey[i+3], 5);
245
x10 =
rotateWordLeft
(x10 + (x32 & ~x76) + (x54 & x76) + workingKey[i ], 1)
[
all
...]
/prebuilts/sdk/tools/lib/
signapk.jar
/prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar
/prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar
Completed in 108 milliseconds