OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TWOFISH
(Results
1 - 2
of
2
) sorted by null
/external/dropbear/libtomcrypt/src/headers/
tomcrypt_custom.h
102
#define
TWOFISH
/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
...]
Completed in 32 milliseconds