HomeSort by relevance Sort by last modified time
    Searched full:twofish (Results 26 - 50 of 53) sorted by null

12 3

  /external/dropbear/libtomcrypt/
changes 261 -- New test script found a bug in twofish.c when TABLES was disabled. Yeah testing!
    [all...]
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/notes/
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)
eax_tv.txt 167 EAX-twofish (16 byte key)
ocb_tv.txt 167 OCB-twofish (16 byte key)
cipher_tv.txt 850 Cipher: twofish
    [all...]
  /frameworks/base/tools/obbtool/
mkobb.sh 24 CRYPTO=twofish
  /system/vold/
Devmapper.cpp 236 "twofish %s 0 %s 0", key, loopFile);
  /external/dropbear/libtomcrypt/src/prngs/
yarrow.c 57 #elif defined(TWOFISH)
  /external/ipsec-tools/src/racoon/
algorithm.c 168 { "twofish", algtype_twofish, IPSECDOI_ESP_TWOFISH, 16,
racoon.conf.5 1019 .Ic twofish , rijndael , aes , camellia
    [all...]
cftoken.l 446 twofish { YYD; yylval.num = algtype_twofish; return(ALGORITHMTYPE); }
strnames.c 472 { IPSECDOI_ESP_TWOFISH, "TWOFISH", NULL },
  /external/bouncycastle/patches/
bcprov.patch     [all...]
  /external/dropbear/
CHANGES 107 - Fix twofish so that it actually works.
configure.in 624 AS_MKDIR_P(libtomcrypt/src/ciphers/twofish)
  /external/dropbear/libtomcrypt/demos/
tv_gen.c 25 #ifdef TWOFISH
  /external/ipsec-tools/src/libipsec/
pfkey_dump.c 195 { SADB_X_EALG_TWOFISHCBC, "twofish-cbc", },
  /external/dropbear/libtomcrypt/src/ciphers/twofish/
twofish_tab.c 14 Twofish tables, Tom St Denis
    [all...]
  /external/dropbear/libtomcrypt/testprof/
x86_prof.c 145 #ifdef TWOFISH
    [all...]
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48-sources.jar 
  /prebuilts/qemu-kernel/arm/2.6/
vmlinux-qemu 

Completed in 1612 milliseconds

12 3