Searched refs:twofish (Results 1 - 6 of 6) sorted by relevance

/external/dropbear/libtomcrypt/src/ciphers/twofish/
H A Dtwofish.c13 @file twofish.c
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];
385 rs_mult(M+(x*8), skey->twofish.S+(x*4));
407 skey->twofish
[all...]
/external/dropbear/libtomcrypt/
H A DAndroid.mk13 src/ciphers/twofish/twofish.c src/ciphers/xtea.c src/encauth/ccm/ccm_memory.c \
H A Dcrypt.tex603 \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 \\
965 /* register twofish first */
975 find_cipher("twofish"), /* index of desired cipher */
/external/dropbear/libtomcrypt/src/headers/
H A Dtomcrypt_cipher.h146 struct twofish_key twofish; member in union:Symmetric_key
/external/ipsec-tools/src/racoon/
H A Dcftoken.l446 twofish { YYD; yylval.num = algtype_twofish; return(ALGORITHMTYPE); }
/external/dropbear/
H A Dconfigure10772 mkdir -p libtomcrypt/src/ciphers/twofish
10774 as_dir=libtomcrypt/src/ciphers/twofish
10792 fi || { { echo "$as_me:$LINENO: error: cannot create directory libtomcrypt/src/ciphers/twofish" >&5
10793 echo "$as_me: error: cannot create directory libtomcrypt/src/ciphers/twofish" >&2;}

Completed in 574 milliseconds