Home
last modified time | relevance | path

Searched refs:twofish (Results 1 – 21 of 21) sorted by relevance

/external/dropbear/libtomcrypt/src/ciphers/twofish/
Dtwofish.c280 #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/
DMakefile.in104 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
Dmakefile.icc101 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
Dmakefile.unix47 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
Dmakefile.shared106 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
DAndroid.mk13 src/ciphers/twofish/twofish.c src/ciphers/xtea.c src/encauth/ccm/ccm_memory.c \
Dmakefile.msvc11 src/ciphers/twofish/twofish.obj src/ciphers/xtea.obj src/encauth/ccm/ccm_memory.obj \
Dchanges261 -- 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…
Dcrypt.tex603 …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/
DSMALL14 - You can safely disable blowfish and twofish ciphers, and MD5 hmac, without
Dconfigure.in624 AS_MKDIR_P(libtomcrypt/src/ciphers/twofish)
DCHANGES107 - Fix twofish so that it actually works.
Dconfigure10772 mkdir -p libtomcrypt/src/ciphers/twofish
10774 as_dir=libtomcrypt/src/ciphers/twofish
/external/dropbear/libtomcrypt/notes/
Dccm_tv.txt110 CCM-twofish (16 byte key)
Dgcm_tv.txt110 GCM-twofish (16 byte key)
Domac_tv.txt167 OMAC-twofish (16 byte key)
Dpmac_tv.txt167 PMAC-twofish (16 byte key)
Docb_tv.txt167 OCB-twofish (16 byte key)
Deax_tv.txt167 EAX-twofish (16 byte key)
Dcipher_tv.txt850 Cipher: twofish
/external/dropbear/libtomcrypt/src/headers/
Dtomcrypt_cipher.h146 struct twofish_key twofish; member