OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TWOFISH
(Results
1 - 8
of
8
) sorted by null
/external/dropbear/libtomcrypt/src/headers/
tomcrypt_custom.h
102
#define
TWOFISH
tomcrypt_cipher.h
60
#ifdef
TWOFISH
145
#ifdef
TWOFISH
146
struct twofish_key
twofish
;
member in union:Symmetric_key
639
#ifdef
TWOFISH
/external/dropbear/libtomcrypt/demos/
encrypt.c
47
#ifdef
TWOFISH
tv_gen.c
25
#ifdef
TWOFISH
/external/dropbear/libtomcrypt/src/prngs/
yarrow.c
57
#elif defined(
TWOFISH
)
/external/dropbear/libtomcrypt/src/ciphers/twofish/
twofish.c
13
@file
twofish
.c
14
Implementation of
Twofish
by Tom St Denis
18
#ifdef
TWOFISH
29
"
twofish
",
280
#define S1 skey->
twofish
.S[0]
281
#define S2 skey->
twofish
.S[1]
282
#define S3 skey->
twofish
.S[2]
283
#define S4 skey->
twofish
.S[3]
303
z = key->
twofish
.start;
313
g = g ^ key->
twofish
.S[4*i++ + y]
[
all
...]
/external/dropbear/libtomcrypt/
crypt.tex
473
/* now given a 20 byte key what keysize does
Twofish
want to use? */
479
printf("
Twofish
suggested a key size of %d\n", keysize);
603
\index{blowfish\_desc} \index{xtea\_desc} \index{rc2\_desc} \index{rc5\_desc} \index{rc6\_desc} \index{saferp\_desc} \index{aes\_desc} \index{
twofish
\_desc}
618
\hline
Twofish
&
twofish
\_desc & 16 & 16, 24, 32 & 16 \\
657
Note that \textit{
Twofish
} has additional configuration options (Figure \ref{fig:twofishopts}) that take place at build time. These options are found in
658
the file \textit{tomcrypt\_cfg.h}. The first option is \textit{
TWOFISH
\_SMALL} which when defined will force the
Twofish
code
659
to not pre-compute the
Twofish
\textit{$g(X)$} function as a set of four $8 \times 32$ s-boxes. This means that a scheduled
660
key will require less ram but the resulting cipher will be slower. The second option is \textit{
TWOFISH
\_TABLES} which whe
[
all
...]
/external/dropbear/libtomcrypt/testprof/
x86_prof.c
145
#ifdef
TWOFISH
[
all
...]
Completed in 35 milliseconds