HomeSort by relevance Sort by last modified time
    Searched full:blowfish (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/dropbear/libtomcrypt/src/ciphers/
blowfish.c 12 @file blowfish.c
13 Implementation of the Blowfish block cipher, Tom St Denis
17 #ifdef BLOWFISH
21 "blowfish",
301 Initialize the Blowfish block cipher
336 skey->blowfish.K[x] = ORIG_P[x] ^ A;
342 skey->blowfish.S[x][y] = ORIG_S[x][y];
355 LOAD32H(skey->blowfish.K[x], &B[0]);
356 LOAD32H(skey->blowfish.K[x+1], &B[4]);
365 LOAD32H(skey->blowfish.S[x][y], &B[0])
    [all...]
  /external/dropbear/libtomcrypt/notes/
tech0003.txt 14 the build you can minimize the size of this structure. For instance, by removing both Twofish and Blowfish the
16 Blowfish and use Twofish with TWOFISH_SMALL defined its still 768 bytes. Even at its largest the structure is only
23 Blowfish | 4,168 |
omac_tv.txt 40 OMAC-blowfish (8 byte key)
pmac_tv.txt 40 PMAC-blowfish (8 byte key)
  /dalvik/libcore/security/src/main/java/org/bouncycastle/jce/provider/
JCEKeyGenerator.java 197 * Blowfish
199 public static class Blowfish
202 public Blowfish()
204 super("Blowfish", 448, new CipherKeyGenerator());
JCEStreamCipher.java 414 // * Blowfish
488 // * Blowfish
BouncyCastleProvider.java 205 // put("Cipher.BLOWFISH", "org.bouncycastle.jce.provider.JCEBlockCipher$Blowfish");
264 // put("Cipher.BLOWFISH/CFB8", "org.bouncycastle.jce.provider.JCEStreamCipher$Blowfish_CFB8");
271 // put("Alg.Alias.Cipher.BLOWFISH/CFB8/NOPADDING", "Blowfish/CFB8");
278 // put("Cipher.BLOWFISH/OFB8", "org.bouncycastle.jce.provider.JCEStreamCipher$Blowfish_OFB8");
285 // put("Alg.Alias.Cipher.BLOWFISH/OFB8/NOPADDING", "BLOWFISH/OFB8");
406 // put("KeyGenerator.BLOWFISH", "org.bouncycastle.jce.provider.JCEKeyGenerator$Blowfish");
    [all...]
  /external/ipsec-tools/src/racoon/samples/
racoon.conf.sample 58 encryption_algorithm 3des, cast128, blowfish 448, des, rijndael ;
racoon.conf.in 117 encryption_algorithm 3des, blowfish, aes;
  /external/dropbear/libtomcrypt/demos/
encrypt.c 7 /* ie: ./encrypt blowfish story.txt story.ct */
8 /* ./encrypt -d blowfish story.ct story.pt */
32 #ifdef BLOWFISH
  /external/dropbear/
SMALL 14 - You can safely disable blowfish and twofish ciphers, and MD5 hmac, without
common-algo.c 106 {"blowfish-cbc", 0, (void*)&dropbear_blowfish, 1},
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_custom.h 94 #define BLOWFISH
tomcrypt_cipher.h 6 #ifdef BLOWFISH
148 #ifdef BLOWFISH
149 struct blowfish_key blowfish; member in union:Symmetric_key
535 #ifdef BLOWFISH
  /external/openssl/
openssl.config 64 include/openssl/blowfish.h \
  /external/dropbear/libtomcrypt/src/misc/crypt/
crypt.c 48 #if defined(BLOWFISH)
49 " Blowfish\n"
  /external/openssl/crypto/evp/
e_bf.c 65 #include <openssl/blowfish.h>
c_allc.c 139 EVP_add_cipher_alias(SN_bf_cbc,"blowfish");
  /external/openssl/crypto/
install.com 68 $ EXHEADER_BF := blowfish.h
  /external/dropbear/libtomcrypt/
changes     [all...]
Android.mk 9 src/ciphers/aes/aes.c src/ciphers/anubis.c src/ciphers/blowfish.c \
  /external/ipsec-tools/src/racoon/
algorithm.c 114 { "blowfish", algtype_blowfish, OAKLEY_ATTR_ENC_ALG_BLOWFISH, 8,
156 { "blowfish", algtype_blowfish, IPSECDOI_ESP_BLOWFISH, 8,
crypto_openssl.h 98 /* blowfish */
  /dalvik/libcore/crypto/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
EncryptedPrivateKeyInfoTest.java 101 // Blowfish
102 // NO OIDs for Blowfish defined (?)
103 { "Blowfish", null },
104 // {"Blowfish","Blowfish/CBC/PKCS5Padding"},
105 // {"Blowfish","Blowfish/CFB/PKCS5Padding"},
106 // {"Blowfish","Blowfish/OFB/PKCS5Padding"},
107 // {"Blowfish","Blowfish/PCBC/PKCS5Padding"}
    [all...]
  /external/dropbear/libtomcrypt/src/prngs/
yarrow.c 55 #elif defined(BLOWFISH)

Completed in 672 milliseconds

1 2 3