Home
last modified time | relevance | path

Searched refs:blowfish (Results 1 – 19 of 19) sorted by relevance

/external/dropbear/libtomcrypt/src/ciphers/
Dblowfish.c336 skey->blowfish.K[x] = ORIG_P[x] ^ A; in blowfish_setup()
342 skey->blowfish.S[x][y] = ORIG_S[x][y]; in blowfish_setup()
355 LOAD32H(skey->blowfish.K[x], &B[0]); in blowfish_setup()
356 LOAD32H(skey->blowfish.K[x+1], &B[4]); in blowfish_setup()
365 LOAD32H(skey->blowfish.S[x][y], &B[0]); in blowfish_setup()
366 LOAD32H(skey->blowfish.S[x][y+1], &B[4]); in blowfish_setup()
380 #define F(x) ((skey->blowfish.S[0][byte(x,3)] + skey->blowfish.S[1][byte(x,2)]) ^ skey->blowfish.S[…
407 S1 = skey->blowfish.S[0]; in _blowfish_ecb_encrypt()
408 S2 = skey->blowfish.S[1]; in _blowfish_ecb_encrypt()
409 S3 = skey->blowfish.S[2]; in _blowfish_ecb_encrypt()
[all …]
/external/ipsec-tools/src/racoon/samples/
Dracoon.conf.sample58 encryption_algorithm 3des, cast128, blowfish 448, des, rijndael ;
Dracoon.conf.in117 encryption_algorithm 3des, blowfish, aes;
/external/dropbear/
DSMALL14 - You can safely disable blowfish and twofish ciphers, and MD5 hmac, without
/external/dropbear/libtomcrypt/notes/
Domac_tv.txt40 OMAC-blowfish (8 byte key)
Dpmac_tv.txt40 PMAC-blowfish (8 byte key)
Deax_tv.txt40 EAX-blowfish (8 byte key)
Docb_tv.txt40 OCB-blowfish (8 byte key)
Dcipher_tv.txt164 Cipher: blowfish
/external/dropbear/libtomcrypt/
DAndroid.mk9 src/ciphers/aes/aes.c src/ciphers/anubis.c src/ciphers/blowfish.c \
DMakefile.in100 OBJECTS=src/ciphers/aes/aes_enc.o src/ciphers/aes/aes.o src/ciphers/anubis.o src/ciphers/blowfish.o…
Dmakefile.msvc7 …c/ciphers/aes/aes_enc.obj src/ciphers/aes/aes.obj src/ciphers/anubis.obj src/ciphers/blowfish.obj \
Dmakefile.icc97 OBJECTS=src/ciphers/aes/aes_enc.o src/ciphers/aes/aes.o src/ciphers/anubis.o src/ciphers/blowfish.o…
Dmakefile.unix43 OBJECTS=src/ciphers/aes/aes_enc.o src/ciphers/aes/aes.o src/ciphers/anubis.o src/ciphers/blowfish.o…
Dmakefile.shared102 OBJECTS=src/ciphers/aes/aes_enc.o src/ciphers/aes/aes.o src/ciphers/anubis.o src/ciphers/blowfish.o…
Dchanges687 …-- Matt Johnson found a bug in the blowfish.c apparently I was out of my mind and put twofish def…
760 ciphers like blowfish and AES to be 32-bits. E.g. when unsigned long is 64-bits.
911 …achieves a rate of 425Mbit/sec with the new code compared to 314Mbit/sec before. The new blowfish
1035 …-- Updated blowfish/rc2/rc5/rc6 keysize() function to not reject keys larger than the biggest key …
1152 v0.53 -- Added more test vectors to the blowfish code just for kicks [and they are const now too :…
1260 you used an ID=0 [i.e blowfish or sha256] in any routine. Now it checks for that and will
1302 …-- Fixed sha1/sha256/md5/blowfish to not assume "unsigned long == 32-bits", Basically any operatio…
Dcrypt.tex425 …cheduled key with the intended cipher. For example, if you call \textit{blowfish\_setup()} do not
498 \index{blowfish\_setup()} \index{blowfish\_ecb\_encrypt()} \index{blowfish\_ecb\_decrypt()} \index{
603 \index{blowfish\_desc} \index{xtea\_desc} \index{rc2\_desc} \index{rc5\_desc} \index{rc6\_desc} \in…
610 \hline Blowfish & blowfish\_desc & 8 & 8 $\ldots$ 56 & 16 \\
712 cipher_descriptor[find_cipher("blowfish")].
/external/dropbear/libtomcrypt/src/headers/
Dtomcrypt_cipher.h149 struct blowfish_key blowfish; member
/external/webkit/PerformanceTests/Parser/resources/
Dfinal-url-en68727 http://www.schneier.com/paper-blowfish-fse.html