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

1 2 3 4

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
DESedeEngine.java 9 * a class that provides a basic DESede (or Triple DES) engine.
30 * initialise a DESede cipher.
43 throw new IllegalArgumentException("invalid parameter passed to DESede init - " + params.getClass().getName());
77 return "DESede";
93 throw new IllegalStateException("DESede engine not initialised");
DESedeWrapEngine.java 124 * @return the algorithm name "DESede".
128 return "DESede";
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/
DESede.java 47 public final class DESede
49 private DESede()
73 // * DESede CFB8
150 * DESede - the default for this is to generate a key in
163 super("DESede", 192, new DESedeKeyGenerator());
202 * generate a desEDE key in the a-b-c format.
306 super("DESede", null);
363 return new SecretKeySpec(desKeySpec.getKey(), "DESede");
373 private static final String PREFIX = DESede.class.getName();
382 provider.addAlgorithm("Cipher.DESEDE", PREFIX + "$ECB")
    [all...]
  /libcore/luni/src/test/java/libcore/javax/crypto/spec/
AlgorithmParametersTestDESede.java 29 super("DESede", new AlgorithmParameterSymmetricHelper("DESede", "CBC/PKCS5PADDING", 112), new IvParameterSpec(parameterData));
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/func/
CipherDESedeTest.java 24 "DESede", new int[] {112, 168},// Keysize must be 112 or 168.
41 "DESede", new int[] {112, 168},// Keysize must be 112 or 168.
KeyGeneratorFunctionalTest.java 22 String[] algArray = {"AES", "DES", "DESEDE", "DESede",
KeyAgreementFunctionalTest.java 22 String[] algArray = {"DES", "DESede"};
SecretKeyFactoryFunctionalTest.java 22 String[] algArray = {"DES", "DESede", "PBEWITHMD5ANDDES"};
SecretKeyFactoryThread.java 35 (algName == "DESede") ? new DESedeKeySpec(b) :
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/util/
BaseAgreementSpi.java 53 keySizes.put("DESEDE", i192);
92 defaultOids.put("DESEDE", PKCSObjectIdentifiers.des_EDE3_CBC);
108 nameTable.put(OIWObjectIdentifiers.desEDE.getId(), "DESede");
109 nameTable.put(PKCSObjectIdentifiers.des_EDE3_CBC.getId(), "DESede");
110 nameTable.put(PKCSObjectIdentifiers.id_alg_CMS3DESwrap.getId(), "DESede");
134 oids.put("DESEDE", PKCSObjectIdentifiers.des_EDE3_CBC);
139 des.put("DESEDE", "DES");
  /external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/
CipherTest.java 47 static final String algorithm = "DESede";
65 Cipher cipher = Cipher.getInstance("DESede/CBC/PKCS5Padding");
150 final String algorithm = "DESede/CBC/PKCS5Padding";
161 final String algorithm = "DESede/CBC/PKCS5Padding";
260 Cipher c = Cipher.getInstance("DESEDE/CBC/PKCS5Padding");
265 SecretKeyFactory skf = SecretKeyFactory.getInstance("DESEDE");
309 Cipher c = Cipher.getInstance("DESEDE/CBC/PKCS5Padding");
314 SecretKeyFactory skf = SecretKeyFactory.getInstance("DESEDE");
377 Cipher c = Cipher.getInstance("DESede");
392 Cipher c = Cipher.getInstance("DESede");
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
CipherTest.java 57 private static final String ALGORITHM_3DES = "DESede";
92 Cipher cipher = Cipher.getInstance("DESede/CBC/PKCS5Padding");
188 final String algorithm = "DESede/CBC/PKCS5Padding";
199 final String algorithm = "DESede/CBC/PKCS5Padding";
324 Cipher c = Cipher.getInstance("DESEDE/CBC/PKCS5Padding");
329 SecretKeyFactory skf = SecretKeyFactory.getInstance("DESEDE");
369 Cipher cipher = Cipher.getInstance("DESEDE/CBC/PKCS5Padding");
382 Cipher c = Cipher.getInstance("DESEDE/CBC/PKCS5Padding");
387 SecretKeyFactory skf = SecretKeyFactory.getInstance("DESEDE");
488 Cipher c = Cipher.getInstance("DESede");
    [all...]
  /libcore/support/src/test/java/libcore/java/security/
StandardNames.java 158 provide("AlgorithmParameters", "DESede");
182 provide("Cipher", "DESede");
203 provide("KeyGenerator", "DESede");
238 provide("SecretKeyFactory", "DESede");
317 provide("Cipher", "DESEDE/CBC/NOPADDING");
501 provide("Cipher", "DESEDE/CBC/NOPADDING");
502 provide("Cipher", "DESEDE/CBC/PKCS5PADDING");
503 provide("Cipher", "DESEDE/CBC/PKCS7PADDING");
504 provide("Cipher", "DESEDE/CFB/NOPADDING");
505 provide("Cipher", "DESEDE/CFB/PKCS5PADDING")
    [all...]
  /external/apache-harmony/crypto/src/test/impl/java/org/apache/harmony/crypto/tests/javax/crypto/
Cipher_Impl1Test.java 31 final static String algorithm = "DESede";
92 AlgorithmParameters ap = AlgorithmParameters.getInstance("DESede");
SecretKeyFactory_Impl1Test.java 41 private static String defaultAlgorithm1 = "DESede";
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/oiw/
OIWObjectIdentifiers.java 30 static final ASN1ObjectIdentifier desEDE = new ASN1ObjectIdentifier("1.3.14.3.2.17");
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/generators/
DESedeKeyGenerator.java 37 throw new IllegalArgumentException("DESede key must be "
  /libcore/luni/src/test/java/libcore/javax/crypto/
CipherTest.java 130 if (algorithm.startsWith("AES") || algorithm.startsWith("DESEDE")) {
160 if (algorithm.startsWith("DESEDE/")) {
161 return "DESEDE";
197 return "DESEDE";
200 return "DESEDE";
203 return "DESEDE";
206 return "DESEDE";
209 return "DESEDE";
337 setExpectedBlockSize("DESEDE", 8);
338 setExpectedBlockSize("DESEDE/CBC/PKCS5PADDING", 8)
    [all...]
KeyGeneratorTest.java 114 putKeySize("DESede", 112);
115 putKeySize("DESede", 168);
  /external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
CipherSuiteTest.java 148 assertEquals("DESede/CBC/NoPadding",
157 assertEquals("DESede/CBC/NoPadding",
166 assertEquals("DESede/CBC/NoPadding",
175 assertEquals("DESede/CBC/NoPadding",
184 assertEquals("DESede/CBC/NoPadding",
199 assertEquals("DESede/CBC/NoPadding",
  /libcore/ojluni/src/main/java/javax/crypto/spec/
SecretKeySpec.java 197 return (retval ^= "desede".hashCode());
222 if ((!(thatAlg.equalsIgnoreCase("DESede"))
225 || !(this.algorithm.equalsIgnoreCase("DESede"))))
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/params/
DESedeParameters.java 18 throw new IllegalArgumentException("attempt to create weak DESede key");
  /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/conscrypt/src/main/java/org/conscrypt/
OpenSSLProvider.java 240 putSymmetricCipherImplClass("DESEDE/CBC/NoPadding",
241 "OpenSSLCipher$EVP_CIPHER$DESEDE$CBC$NoPadding");
242 putSymmetricCipherImplClass("DESEDE/CBC/PKCS5Padding",
243 "OpenSSLCipher$EVP_CIPHER$DESEDE$CBC$PKCS5Padding");
244 put("Alg.Alias.Cipher.DESEDE/CBC/PKCS7Padding", "DESEDE/CBC/PKCS5Padding");
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/jcajce/
OperatorHelper.java 118 symmetricWrapperAlgNames.put(PKCSObjectIdentifiers.des_EDE3_CBC, "DESede");
134 symmetricKeyAlgNames.put(PKCSObjectIdentifiers.des_EDE3_CBC, "DESede");

Completed in 1383 milliseconds

1 2 3 4