HomeSort by relevance Sort by last modified time
    Searched refs:Blowfish (Results 1 - 5 of 5) sorted by null

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/
Blowfish.java 17 public final class Blowfish
19 private Blowfish()
59 super("Blowfish", 128, new CipherKeyGenerator());
68 return "Blowfish IV";
75 private static final String PREFIX = Blowfish.class.getName();
85 provider.addAlgorithm("Cipher.BLOWFISH", PREFIX + "$ECB");
88 provider.addAlgorithm("KeyGenerator.BLOWFISH", PREFIX + "$KeyGen");
89 provider.addAlgorithm("Alg.Alias.KeyGenerator", MiscObjectIdentifiers.cryptlib_algorithm_blowfish_CBC, "BLOWFISH");
90 provider.addAlgorithm("AlgorithmParameters.BLOWFISH", PREFIX + "$AlgParams");
91 provider.addAlgorithm("Alg.Alias.AlgorithmParameters", MiscObjectIdentifiers.cryptlib_algorithm_blowfish_CBC, "BLOWFISH");
    [all...]
  /external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/symmetric/
Blowfish.java 21 public final class Blowfish
23 private Blowfish()
72 super("Blowfish", 128, new CipherKeyGenerator());
84 return "Blowfish IV";
94 private static final String PREFIX = Blowfish.class.getName();
104 provider.addAlgorithm("Cipher.BLOWFISH", PREFIX + "$ECB");
107 provider.addAlgorithm("KeyGenerator.BLOWFISH", PREFIX + "$KeyGen");
108 provider.addAlgorithm("Alg.Alias.KeyGenerator", MiscObjectIdentifiers.cryptlib_algorithm_blowfish_CBC, "BLOWFISH");
109 provider.addAlgorithm("AlgorithmParameters.BLOWFISH", PREFIX + "$AlgParams");
110 provider.addAlgorithm("Alg.Alias.AlgorithmParameters", MiscObjectIdentifiers.cryptlib_algorithm_blowfish_CBC, "BLOWFISH");
    [all...]
  /external/boringssl/src/decrepit/blowfish/
blowfish_test.cc 63 TEST(Blowfish, ECB) {
99 TEST(Blowfish, CBC) {
132 TEST(Blowfish, CFB) {
  /external/scapy/scapy/layers/
ipsec.py 445 CRYPT_ALGOS['Blowfish'] = CryptAlgo('Blowfish',
446 cipher=algorithms.Blowfish,
    [all...]
  /external/scapy/test/
ipsec.uts 252 = IPv4 / ESP - Transport - Blowfish - NULL
261 crypt_algo='Blowfish', crypt_key=b'sixteenbytes key',
285 # mode tunnel enc 'cbc(blowfish)' '0x7369787465656e6279746573206b6579' auth digest_null '' flag align4
529 = IPv4 / ESP - Tunnel - Blowfish - NULL
538 crypt_algo='Blowfish', crypt_key=b'sixteenbytes key',
    [all...]

Completed in 368 milliseconds