Home
last modified time | relevance | path

Searched refs:TWOFISH_SMALL (Results 1 – 5 of 5) sorted by relevance

/external/dropbear/libtomcrypt/src/ciphers/twofish/
Dtwofish.c276 #ifndef TWOFISH_SMALL
351 #ifndef TWOFISH_SMALL in _twofish_setup()
379 #ifndef TWOFISH_SMALL in _twofish_setup()
413 #ifndef TWOFISH_SMALL in _twofish_setup()
480 #if !defined(TWOFISH_SMALL) && !defined(__GNUC__) in _twofish_ecb_encrypt()
488 #if !defined(TWOFISH_SMALL) && !defined(__GNUC__) in _twofish_ecb_encrypt()
553 #if !defined(TWOFISH_SMALL) && !defined(__GNUC__) in _twofish_ecb_decrypt()
561 #if !defined(TWOFISH_SMALL) && !defined(__GNUC__) in _twofish_ecb_decrypt()
/external/dropbear/libtomcrypt/notes/
Dtech0003.txt16 Blowfish and use Twofish with TWOFISH_SMALL defined its still 768 bytes. Even at its largest the s…
41 [*] For Twofish with TWOFISH_SMALL defined
/external/dropbear/libtomcrypt/src/headers/
Dtomcrypt_custom.h107 #define TWOFISH_SMALL macro
Dtomcrypt_cipher.h61 #ifndef TWOFISH_SMALL
/external/dropbear/libtomcrypt/
Dchanges1174 … -- fixed a huge bug in Twofish with the TWOFISH_SMALL define. Because I clean the stack now I had
1246 … This will speed up the TWOFISH_SMALL implementation by increasing the code size by 1024 bytes.