Home
last modified time | relevance | path

Searched refs:cryptlib_algorithm_blowfish_CBC (Results 1 – 3 of 3) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/
DBlowfish.java91 …addAlgorithm("Alg.Alias.KeyGenerator", MiscObjectIdentifiers.cryptlib_algorithm_blowfish_CBC, "BLO… in configure()
93 …rithm("Alg.Alias.AlgorithmParameters", MiscObjectIdentifiers.cryptlib_algorithm_blowfish_CBC, "BLO… in configure()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/misc/
DMiscObjectIdentifiers.java82 ASN1ObjectIdentifier cryptlib_algorithm_blowfish_CBC = cryptlib_algorithm.branch("1.2"); field
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/util/
DBaseAgreementSpi.java101 nameTable.put(MiscObjectIdentifiers.cryptlib_algorithm_blowfish_CBC.getId(), "Blowfish"); in MiscObjectIdentifiers.cryptlib_algorithm_blowfish_CBC.getId()