OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:k64cnt
(Results
1 - 2
of
2
) sorted by null
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
TwofishEngine.java
221
private int
k64Cnt
= 0;
275
this.
k64Cnt
= (this.workingKey.length / 8); // pre-padded ?
347
if (
k64Cnt
< 1)
352
if (
k64Cnt
> 4)
358
*
k64Cnt
is the number of 8 byte blocks (64 chunks)
361
* for
k64Cnt
is 1..4
363
for (int i=0; i<
k64Cnt
; i++)
370
sBoxKeys[
k64Cnt
-1-i] = RS_MDS_Encode(k32e[i], k32o[i]);
398
switch (
k64Cnt
& 3)
535
switch (
k64Cnt
& 3
[
all
...]
/prebuilts/devtools/tools/lib/
jobb.jar
Completed in 837 milliseconds