OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:wkey
(Results
1 - 3
of
3
) sorted by null
/external/openfst/src/include/fst/extensions/far/
info.h
99
int
wkey
= 10, wtype = 10, wnstate = 16, wnarc = 16;
local
102
if (info.key.size() + 2 >
wkey
)
103
wkey
= info.key.size() + 2;
112
cout << std::left << setw(
wkey
) << "key" << setw(wtype) << "type"
118
cout << std::left << setw(
wkey
) << info.key << setw(wtype) << info.type
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
DESEngine.java
401
int[]
wKey
,
442
work ^=
wKey
[round * 4 + 0];
447
work = right ^
wKey
[round * 4 + 1];
454
work ^=
wKey
[round * 4 + 2];
459
work = left ^
wKey
[round * 4 + 3];
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/cipher/
DES.java
283
protected void desFunc(int[]
wKey
, byte[] in, int inOff, byte[] out, int outOff)
320
work ^=
wKey
[round * 4 + 0];
325
work = right ^
wKey
[round * 4 + 1];
332
work ^=
wKey
[round * 4 + 2];
337
work = left ^
wKey
[round * 4 + 3];
Completed in 172 milliseconds