OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Bits32ToBytes
(Results
1 - 6
of
6
) sorted by null
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
TwofishEngine.java
473
Bits32ToBytes
(x2 ^ gSubKeys[OUTPUT_WHITEN], dst, dstIndex);
474
Bits32ToBytes
(x3 ^ gSubKeys[OUTPUT_WHITEN + 1], dst, dstIndex + 4);
475
Bits32ToBytes
(x0 ^ gSubKeys[OUTPUT_WHITEN + 2], dst, dstIndex + 8);
476
Bits32ToBytes
(x1 ^ gSubKeys[OUTPUT_WHITEN + 3], dst, dstIndex + 12);
512
Bits32ToBytes
(x0 ^ gSubKeys[INPUT_WHITEN], dst, dstIndex);
513
Bits32ToBytes
(x1 ^ gSubKeys[INPUT_WHITEN + 1], dst, dstIndex + 4);
514
Bits32ToBytes
(x2 ^ gSubKeys[INPUT_WHITEN + 2], dst, dstIndex + 8);
515
Bits32ToBytes
(x3 ^ gSubKeys[INPUT_WHITEN + 3], dst, dstIndex + 12);
673
private void
Bits32ToBytes
(int in, byte[] b, int offset)
BlowfishEngine.java
530
Bits32ToBytes
(xr, dst, dstIndex);
531
Bits32ToBytes
(xl, dst, dstIndex + 4);
558
Bits32ToBytes
(xr, dst, dstIndex);
559
Bits32ToBytes
(xl, dst, dstIndex+4);
570
private void
Bits32ToBytes
(int in, byte[] b, int offset)
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/cipher/
BlowFish.java
361
Bits32ToBytes
(xr, dst, dstIndex);
362
Bits32ToBytes
(xl, dst, dstIndex + 4);
385
Bits32ToBytes
(xr, dst, dstIndex);
386
Bits32ToBytes
(xl, dst, dstIndex + 4);
394
private void
Bits32ToBytes
(int in, byte[] b, int offset)
/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 993 milliseconds