Home
last modified time | relevance | path

Searched refs:TWOFISH (Results 1 – 8 of 8) sorted by relevance

/external/dropbear/libtomcrypt/src/headers/
Dtomcrypt_custom.h102 #define TWOFISH macro
Dtomcrypt_cipher.h60 #ifdef TWOFISH
145 #ifdef TWOFISH
639 #ifdef TWOFISH
/external/dropbear/libtomcrypt/demos/
Dencrypt.c47 #ifdef TWOFISH in register_algs()
Dtv_gen.c25 #ifdef TWOFISH in reg_algs()
/external/dropbear/libtomcrypt/src/prngs/
Dyarrow.c57 #elif defined(TWOFISH) in yarrow_start()
/external/dropbear/libtomcrypt/src/ciphers/twofish/
Dtwofish.c18 #ifdef TWOFISH
/external/dropbear/libtomcrypt/testprof/
Dx86_prof.c145 #ifdef TWOFISH in reg_algs()
/external/dropbear/libtomcrypt/
Dcrypt.tex658 the file \textit{tomcrypt\_cfg.h}. The first option is \textit{TWOFISH\_SMALL} which when defined …
660 …m but the resulting cipher will be slower. The second option is \textit{TWOFISH\_TABLES} which wh…
663 speed increase is useful when \textit{TWOFISH\_SMALL} is defined since the s-boxes and MDS multiply…
667 \index{Twofish build options} \index{TWOFISH\_SMALL} \index{TWOFISH\_TABLES}
671 \hline \textbf{TWOFISH\_SMALL} & \textbf{TWOFISH\_TABLES} & \textbf{Speed and Memory (per key)} \\
5289 \subsection{TWOFISH\_SMALL and TWOFISH\_TABLES}
5291 to allow some trade-offs in the implementation. When TWOFISH\_SMALL is defined the scheduled symme…
5296 When TWOFISH\_TABLES is defined the cipher will use pre-computed (and fixed in code) tables require…
5297 useful when TWOFISH\_SMALL is defined as the table values are computed on the fly. When this is de…
5298 will increase by approximately 500 bytes. If this is defined but TWOFISH\_SMALL is not the cipher …