Searched refs:twofish (Results 1 – 21 of 21) sorted by relevance
/external/dropbear/libtomcrypt/src/ciphers/twofish/ |
D | twofish.c | 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; in _g_func() 313 g = g ^ key->twofish.S[4*i++ + y]; in _g_func() 385 rs_mult(M+(x*8), skey->twofish.S+(x*4)); in _twofish_setup() 407 skey->twofish.K[x+x] = (A + B) & 0xFFFFFFFFUL; in _twofish_setup() 410 skey->twofish.K[x+x+1] = ROLc(B + B + A, 9); in _twofish_setup() 419 skey->twofish.S[0][x] = mds_column_mult(sbox(1, (sbox(0, tmpx0 ^ S[0]) ^ S[4])),0); in _twofish_setup() [all …]
|
/external/dropbear/libtomcrypt/ |
D | 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
|
D | 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
|
D | 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
|
D | 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
|
D | Android.mk | 13 src/ciphers/twofish/twofish.c src/ciphers/xtea.c src/encauth/ccm/ccm_memory.c \
|
D | makefile.msvc | 11 src/ciphers/twofish/twofish.obj src/ciphers/xtea.obj src/encauth/ccm/ccm_memory.obj \
|
D | changes | 261 -- New test script found a bug in twofish.c when TABLES was disabled. Yeah testing! 661 …-- Re-wrote the twofish large key generation [the four 8x32 key dependent tables]. Now about twic… 687 …on found a bug in the blowfish.c apparently I was out of my mind and put twofish defines in there 1192 …alot of variables it will clean up better. Functions like the ecb serpent and twofish code will n…
|
D | crypt.tex | 603 …c} \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 \\ 965 /* register twofish first */ 975 find_cipher("twofish"), /* index of desired cipher */
|
/external/dropbear/ |
D | SMALL | 14 - You can safely disable blowfish and twofish ciphers, and MD5 hmac, without
|
D | configure.in | 624 AS_MKDIR_P(libtomcrypt/src/ciphers/twofish)
|
D | CHANGES | 107 - Fix twofish so that it actually works.
|
D | configure | 10772 mkdir -p libtomcrypt/src/ciphers/twofish 10774 as_dir=libtomcrypt/src/ciphers/twofish
|
/external/dropbear/libtomcrypt/notes/ |
D | ccm_tv.txt | 110 CCM-twofish (16 byte key)
|
D | gcm_tv.txt | 110 GCM-twofish (16 byte key)
|
D | omac_tv.txt | 167 OMAC-twofish (16 byte key)
|
D | pmac_tv.txt | 167 PMAC-twofish (16 byte key)
|
D | ocb_tv.txt | 167 OCB-twofish (16 byte key)
|
D | eax_tv.txt | 167 EAX-twofish (16 byte key)
|
D | cipher_tv.txt | 850 Cipher: twofish
|
/external/dropbear/libtomcrypt/src/headers/ |
D | tomcrypt_cipher.h | 146 struct twofish_key twofish; member
|