/external/boringssl/src/decrepit/ |
CMakeLists.txt | 2 add_subdirectory(blowfish) 8 $<TARGET_OBJECTS:blowfish>
|
/external/boringssl/src/decrepit/blowfish/ |
CMakeLists.txt | 4 blowfish 8 blowfish.c
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/ |
Blowfish.java | 12 public final class Blowfish 14 private Blowfish() 41 super("Blowfish", 128, new CipherKeyGenerator()); 50 return "Blowfish IV"; 57 private static final String PREFIX = Blowfish.class.getName(); 66 provider.addAlgorithm("Cipher.BLOWFISH", PREFIX + "$ECB"); 70 provider.addAlgorithm("KeyGenerator.BLOWFISH", PREFIX + "$KeyGen"); 71 provider.addAlgorithm("Alg.Alias.KeyGenerator.1.3.6.1.4.1.3029.1.2", "BLOWFISH"); 72 provider.addAlgorithm("AlgorithmParameters.BLOWFISH", PREFIX + "$AlgParams"); 73 provider.addAlgorithm("Alg.Alias.AlgorithmParameters.1.3.6.1.4.1.3029.1.2", "BLOWFISH"); [all...] |
/external/openssh/openbsd-compat/ |
blf.h | 3 * Blowfish - a fast block cipher designed by Bruce Schneier 44 * Warning: For normal blowfish encryption only 56 bytes 52 /* Blowfish context */ 58 /* Raw access to customized Blowfish 71 /* Standard Blowfish */
|
Makefile.in | 19 OPENBSD=base64.o basename.o bcrypt_pbkdf.o bindresvport.o blowfish.o daemon.o dirname.o fmt_scaled.o getcwd.o getgrouplist.o getopt_long.o getrrsetbyname.o glob.o inet_aton.o inet_ntoa.o inet_ntop.o mktemp.o pwcache.o readpassphrase.o reallocarray.o realpath.o rresvport.o setenv.o setproctitle.o sha1.o sha2.o rmd160.o md5.o sigact.o strlcat.o strlcpy.o strmode.o strnlen.o strptime.o strsep.o strtonum.o strtoll.o strtoul.o strtoull.o timingsafe_bcmp.o vis.o blowfish.o bcrypt_pbkdf.o explicit_bzero.o
|
blowfish.c | 1 /* $OpenBSD: blowfish.c,v 1.18 2004/11/02 17:23:26 hshoexer Exp $ */ 3 * Blowfish block cipher for OpenBSD 38 * Blowfish is an unpatented fast block cipher designed by
|
/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;
|
/libcore/luni/src/test/java/libcore/javax/crypto/ |
KeyGeneratorTest.java | 110 putKeySize("Blowfish", 32); 111 putKeySize("Blowfish", 32+8); 112 putKeySize("Blowfish", 448);
|
/libcore/support/src/test/java/libcore/java/security/ |
StandardNames.java | 156 provide("AlgorithmParameters", "Blowfish"); 179 provide("Cipher", "Blowfish"); 200 provide("KeyGenerator", "Blowfish"); 420 // different case names: Blowfish vs BLOWFISH 421 unprovide("AlgorithmParameters", "Blowfish"); 422 provide("AlgorithmParameters", "BLOWFISH"); 423 unprovide("Cipher", "Blowfish"); 424 provide("Cipher", "BLOWFISH"); 425 unprovide("KeyGenerator", "Blowfish"); [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/ |
BlowfishEngine.java | 10 * A class that provides Blowfish key encryption operations, 321 * initialise a Blowfish cipher. 341 throw new IllegalArgumentException("invalid parameter passed to Blowfish init - " + params.getClass().getName()); 346 return "Blowfish"; 357 throw new IllegalStateException("Blowfish not initialised"); 480 * Encrypt the all-zero string with the Blowfish algorithm, using 487 * Encrypt the output of step(3) using the Blowfish algorithm, 496 * continuously changing Blowfish algorithm
|
/external/openssh/ |
cipher-bf1.c | 35 * SSH1 uses a variation on Blowfish, all bytes must be swapped before
|
myproposal.h | 126 "aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc," \
|
Android.mk | 67 openbsd-compat/blowfish.c \
|
cipher.c | 84 { "blowfish", SSH_CIPHER_BLOWFISH, 8, 32, 0, 0, 0, 1, evp_ssh1_bf }, 90 { "blowfish-cbc",
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
BouncyCastleProvider.java | 75 // "AES", "ARC4", "Blowfish", "Camellia", "CAST5", "CAST6", "ChaCha", "DES", "DESede", 81 "AES", "ARC4", "Blowfish", "DES", "DESede", "RC2", "Twofish",
|
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/ |
EncryptedPrivateKeyInfoTest.java | 91 // Blowfish 92 // NO OIDs for Blowfish defined (?) 93 { "Blowfish", null }, 94 // {"Blowfish","Blowfish/CBC/PKCS5Padding"}, 95 // {"Blowfish","Blowfish/CFB/PKCS5Padding"}, 96 // {"Blowfish","Blowfish/OFB/PKCS5Padding"}, 97 // {"Blowfish","Blowfish/PCBC/PKCS5Padding"} [all...] |
KeyGeneratorTest.java | 51 { "DESede", "DES", "Blowfish", "AES", "HmacMD5" };
|
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/ |
EncryptedPrivateKeyInfoTest.java | 94 // Blowfish 95 // NO OIDs for Blowfish defined (?) 96 { "Blowfish", null }, 97 // {"Blowfish","Blowfish/CBC/PKCS5Padding"}, 98 // {"Blowfish","Blowfish/CFB/PKCS5Padding"}, 99 // {"Blowfish","Blowfish/OFB/PKCS5Padding"}, 100 // {"Blowfish","Blowfish/PCBC/PKCS5Padding"} [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dh/ |
KeyAgreementSpi.java | 46 algorithms.put("BLOWFISH", i128);
|
/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 */
|
racoon.conf.5 | 836 .Ic des, 3des, blowfish, cast128, aes, camellia 996 .Dq Li blowfish 448 . 1018 .Ic cast128 , blowfish , null_enc , [all...] |
strnames.c | 466 { IPSECDOI_ESP_BLOWFISH, "BLOWFISH", NULL }, 670 { OAKLEY_ATTR_ENC_ALG_BLOWFISH, "Blowfish-CBC", NULL },
|
/external/libvncserver/x11vnc/ |
enc.h | 125 " 'aes256', 'blowfish', '3des', 'securevnc'.\n" 388 } else if (strstr(q, "blowfish") == q) { 389 Cipher = EVP_bf_cfb(); cipher = "blowfish"; 421 } else if (strstr(keyfile, "blowfish.key")) { 422 Cipher = EVP_bf_cfb(); cipher = "blowfish"; [all...] |