HomeSort by relevance Sort by last modified time
    Searched full:twofish (Results 1 - 25 of 42) sorted by null

1 2

  /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/notes/
tech0003.txt 14 the build you can minimize the size of this structure. For instance, by removing both Twofish and Blowfish the
16 Blowfish and use Twofish with TWOFISH_SMALL defined its still 768 bytes. Even at its largest the structure is only
22 Twofish | 4,256 |
33 Twofish [*] | 193 |
41 [*] For Twofish with TWOFISH_SMALL defined
ccm_tv.txt 110 CCM-twofish (16 byte key)
gcm_tv.txt 110 GCM-twofish (16 byte key)
omac_tv.txt 167 OMAC-twofish (16 byte key)
pmac_tv.txt 167 PMAC-twofish (16 byte key)
  /dalvik/libcore/security/src/main/java/org/bouncycastle/jce/provider/
JCEKeyGenerator.java 209 * Twofish
211 public static class Twofish
214 public Twofish()
216 super("Twofish", 256, new CipherKeyGenerator());
JCEStreamCipher.java 426 // * Twofish
500 // * Twofish
BouncyCastleProvider.java 206 // put("Cipher.TWOFISH", "org.bouncycastle.jce.provider.JCEBlockCipher$Twofish");
265 // put("Cipher.TWOFISH/CFB8", "org.bouncycastle.jce.provider.JCEStreamCipher$Twofish_CFB8");
272 // put("Alg.Alias.Cipher.TWOFISH/CFB8/NOPADDING", "Twofish/CFB8");
279 // put("Cipher.TWOFISH/OFB8", "org.bouncycastle.jce.provider.JCEStreamCipher$Twofish_OFB8");
286 // put("Alg.Alias.Cipher.TWOFISH/OFB8/NOPADDING", "TWOFISH/OFB8");
407 // put("KeyGenerator.TWOFISH", "org.bouncycastle.jce.provider.JCEKeyGenerator$Twofish");
    [all...]
  /external/dropbear/libtomcrypt/
crypt.lof 7 \contentsline {figure}{\numberline {3.2}{\ignorespaces Twofish Build Options}}{21}{figure.3.2}
Makefile.in 104 src/ciphers/twofish/twofish.o src/ciphers/xtea.o src/encauth/ccm/ccm_memory.o \
194 src/ciphers/twofish/twofish.o: src/ciphers/twofish/twofish.c src/ciphers/twofish/twofish_tab.c
makefile.icc 101 src/ciphers/twofish/twofish.o src/ciphers/xtea.o src/encauth/ccm/ccm_memory.o \
243 src/ciphers/twofish/twofish.o: src/ciphers/twofish/twofish.c src/ciphers/twofish/twofish_tab.c
makefile.shared 106 src/ciphers/twofish/twofish.o src/ciphers/xtea.o src/encauth/ccm/ccm_memory.o \
235 src/ciphers/twofish/twofish.o: src/ciphers/twofish/twofish.c src/ciphers/twofish/twofish_tab.c
makefile.unix 47 src/ciphers/twofish/twofish.o src/ciphers/xtea.o src/encauth/ccm/ccm_memory.o \
183 src/ciphers/twofish/twofish.o: src/ciphers/twofish/twofish.c src/ciphers/twofish/twofish_tab.c
Android.mk 13 src/ciphers/twofish/twofish.c src/ciphers/xtea.c src/encauth/ccm/ccm_memory.c \
makefile.msvc 11 src/ciphers/twofish/twofish.obj src/ciphers/xtea.obj src/encauth/ccm/ccm_memory.obj \
changes 261 -- New test script found a bug in twofish.c when TABLES was disabled. Yeah testing!
    [all...]
  /external/dropbear/
SMALL 14 - You can safely disable blowfish and twofish ciphers, and MD5 hmac, without
common-algo.c 100 {"twofish-cbc", 0, (void*)&dropbear_twofish256, 1},
  /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/src/misc/crypt/
crypt.c 72 #if defined(TWOFISH)
73 " Twofish "
  /external/kernel-headers/original/linux/
loop.h 122 #define LO_CRYPT_FISH2 3 /* Twofish encryption */
  /external/dropbear/libtomcrypt/demos/
encrypt.c 47 #ifdef TWOFISH
  /system/vold/
Devmapper.cpp 228 sprintf(cryptParams, "twofish %s 0 %s 0", key, loopFile);

Completed in 268 milliseconds

1 2