Searched refs:blowfish (Results 1 – 19 of 19) sorted by relevance
/external/dropbear/libtomcrypt/src/ciphers/ |
D | blowfish.c | 336 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/ |
D | racoon.conf.sample | 58 encryption_algorithm 3des, cast128, blowfish 448, des, rijndael ;
|
D | racoon.conf.in | 117 encryption_algorithm 3des, blowfish, aes;
|
/external/dropbear/ |
D | SMALL | 14 - You can safely disable blowfish and twofish ciphers, and MD5 hmac, without
|
/external/dropbear/libtomcrypt/notes/ |
D | omac_tv.txt | 40 OMAC-blowfish (8 byte key)
|
D | pmac_tv.txt | 40 PMAC-blowfish (8 byte key)
|
D | eax_tv.txt | 40 EAX-blowfish (8 byte key)
|
D | ocb_tv.txt | 40 OCB-blowfish (8 byte key)
|
D | cipher_tv.txt | 164 Cipher: blowfish
|
/external/dropbear/libtomcrypt/ |
D | Android.mk | 9 src/ciphers/aes/aes.c src/ciphers/anubis.c src/ciphers/blowfish.c \
|
D | Makefile.in | 100 OBJECTS=src/ciphers/aes/aes_enc.o src/ciphers/aes/aes.o src/ciphers/anubis.o src/ciphers/blowfish.o…
|
D | makefile.msvc | 7 …c/ciphers/aes/aes_enc.obj src/ciphers/aes/aes.obj src/ciphers/anubis.obj src/ciphers/blowfish.obj \
|
D | makefile.icc | 97 OBJECTS=src/ciphers/aes/aes_enc.o src/ciphers/aes/aes.o src/ciphers/anubis.o src/ciphers/blowfish.o…
|
D | makefile.unix | 43 OBJECTS=src/ciphers/aes/aes_enc.o src/ciphers/aes/aes.o src/ciphers/anubis.o src/ciphers/blowfish.o…
|
D | makefile.shared | 102 OBJECTS=src/ciphers/aes/aes_enc.o src/ciphers/aes/aes.o src/ciphers/anubis.o src/ciphers/blowfish.o…
|
D | changes | 687 …-- 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…
|
D | crypt.tex | 425 …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/ |
D | tomcrypt_cipher.h | 149 struct blowfish_key blowfish; member
|
/external/webkit/PerformanceTests/Parser/resources/ |
D | final-url-en | 68727 http://www.schneier.com/paper-blowfish-fse.html
|