HomeSort by relevance Sort by last modified time
    Searched refs:crypto (Results 101 - 125 of 453) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/params/
DSAPrivateKeyParameters.java 1 package org.bouncycastle.crypto.params;
DSAPublicKeyParameters.java 1 package org.bouncycastle.crypto.params;
RSAKeyParameters.java 1 package org.bouncycastle.crypto.params;
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
DSAUtil.java 9 import org.bouncycastle.crypto.params.AsymmetricKeyParameter;
10 import org.bouncycastle.crypto.params.DSAParameters;
11 import org.bouncycastle.crypto.params.DSAPrivateKeyParameters;
12 import org.bouncycastle.crypto.params.DSAPublicKeyParameters;
16 * objects into their org.bouncycastle.crypto counterparts.
JCEStreamCipher.java 3 import org.bouncycastle.crypto.BlockCipher;
4 import org.bouncycastle.crypto.CipherParameters;
5 import org.bouncycastle.crypto.DataLengthException;
6 import org.bouncycastle.crypto.StreamBlockCipher;
7 import org.bouncycastle.crypto.StreamCipher;
9 // import org.bouncycastle.crypto.engines.BlowfishEngine;
10 // import org.bouncycastle.crypto.engines.DESEngine;
11 // import org.bouncycastle.crypto.engines.DESedeEngine;
12 // import org.bouncycastle.crypto.engines.HC128Engine;
13 // import org.bouncycastle.crypto.engines.HC256Engine
    [all...]
JCEKeyGenerator.java 3 import org.bouncycastle.crypto.CipherKeyGenerator;
4 import org.bouncycastle.crypto.KeyGenerationParameters;
5 import org.bouncycastle.crypto.generators.DESKeyGenerator;
6 import org.bouncycastle.crypto.generators.DESedeKeyGenerator;
8 import javax.crypto.KeyGeneratorSpi;
9 import javax.crypto.SecretKey;
10 import javax.crypto.spec.SecretKeySpec;
JDKAlgorithmParameterGenerator.java 3 import org.bouncycastle.crypto.generators.DHParametersGenerator;
4 import org.bouncycastle.crypto.generators.DSAParametersGenerator;
6 // import org.bouncycastle.crypto.generators.ElGamalParametersGenerator;
7 // import org.bouncycastle.crypto.generators.GOST3410ParametersGenerator;
9 import org.bouncycastle.crypto.params.DHParameters;
10 import org.bouncycastle.crypto.params.DSAParameters;
12 // import org.bouncycastle.crypto.params.ElGamalParameters;
13 // import org.bouncycastle.crypto.params.GOST3410Parameters;
18 import javax.crypto.spec.DHGenParameterSpec;
19 import javax.crypto.spec.DHParameterSpec
    [all...]
JCEBlockCipher.java 3 import org.bouncycastle.crypto.BlockCipher;
4 import org.bouncycastle.crypto.BufferedBlockCipher;
5 import org.bouncycastle.crypto.CipherParameters;
6 import org.bouncycastle.crypto.DataLengthException;
7 import org.bouncycastle.crypto.InvalidCipherTextException;
8 import org.bouncycastle.crypto.engines.AESFastEngine;
9 import org.bouncycastle.crypto.engines.BlowfishEngine;
11 // import org.bouncycastle.crypto.engines.CAST5Engine;
12 // import org.bouncycastle.crypto.engines.CAST6Engine;
14 import org.bouncycastle.crypto.engines.DESEngine
    [all...]
  /external/openssl/crypto/conf/
conf_mall.c 60 #include <openssl/crypto.h>
  /external/openssl/crypto/
uid.c 0 /* crypto/uid.c */
56 #include <openssl/crypto.h>
  /libcore/luni/src/main/java/javax/crypto/
KeyGeneratorSpi.java 18 package javax.crypto;
  /libcore/luni/src/main/java/javax/crypto/spec/
DHGenParameterSpec.java 18 package javax.crypto.spec;
  /libcore/luni/src/main/java/org/apache/harmony/security/provider/crypto/
SHA1_Data.java 23 package org.apache.harmony.security.provider.crypto;
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/func/
CipherWrapThread.java 16 package org.apache.harmony.crypto.tests.javax.crypto.func;
22 import javax.crypto.Cipher;
23 import javax.crypto.KeyGenerator;
MacThread.java 16 package org.apache.harmony.crypto.tests.javax.crypto.func;
18 import javax.crypto.Mac;
19 import javax.crypto.spec.SecretKeySpec;
CipherSymmetricKeyThread.java 16 package org.apache.harmony.crypto.tests.javax.crypto.func;
23 import javax.crypto.Cipher;
24 import javax.crypto.KeyGenerator;
25 import javax.crypto.spec.IvParameterSpec;
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/support/
MyKeyAgreementSpi.java 23 package org.apache.harmony.crypto.tests.support;
32 import javax.crypto.KeyAgreementSpi;
33 import javax.crypto.SecretKey;
34 import javax.crypto.ShortBufferException;
  /libcore/support/src/test/java/tests/security/
CipherAsymmetricCryptHelper.java 20 import javax.crypto.Cipher;
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/generators/
RSAKeyPairGenerator.java 1 package org.bouncycastle.crypto.generators;
3 import org.bouncycastle.crypto.AsymmetricCipherKeyPair;
4 import org.bouncycastle.crypto.AsymmetricCipherKeyPairGenerator;
5 import org.bouncycastle.crypto.KeyGenerationParameters;
6 import org.bouncycastle.crypto.params.RSAKeyGenerationParameters;
7 import org.bouncycastle.crypto.params.RSAKeyParameters;
8 import org.bouncycastle.crypto.params.RSAPrivateCrtKeyParameters;
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/util/
PrivateKeyFactory.java 1 package org.bouncycastle.crypto.util;
32 import org.bouncycastle.crypto.params.AsymmetricKeyParameter;
33 import org.bouncycastle.crypto.params.DHParameters;
34 import org.bouncycastle.crypto.params.DHPrivateKeyParameters;
35 import org.bouncycastle.crypto.params.DSAParameters;
36 import org.bouncycastle.crypto.params.DSAPrivateKeyParameters;
38 // import org.bouncycastle.crypto.params.ECDomainParameters;
39 // import org.bouncycastle.crypto.params.ECPrivateKeyParameters;
40 // import org.bouncycastle.crypto.params.ElGamalParameters;
41 // import org.bouncycastle.crypto.params.ElGamalPrivateKeyParameters
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/modes/
OFBBlockCipher.java 1 package org.bouncycastle.crypto.modes;
3 import org.bouncycastle.crypto.BlockCipher;
4 import org.bouncycastle.crypto.CipherParameters;
5 import org.bouncycastle.crypto.DataLengthException;
6 import org.bouncycastle.crypto.params.ParametersWithIV;
SICBlockCipher.java 1 package org.bouncycastle.crypto.modes;
3 import org.bouncycastle.crypto.BlockCipher;
4 import org.bouncycastle.crypto.CipherParameters;
5 import org.bouncycastle.crypto.DataLengthException;
6 import org.bouncycastle.crypto.params.ParametersWithIV;
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/interfaces/
DHPrivateKeyTest.java 23 package org.apache.harmony.crypto.tests.javax.crypto.interfaces;
29 import javax.crypto.interfaces.DHKey;
30 import javax.crypto.interfaces.DHPrivateKey;
31 import javax.crypto.spec.DHParameterSpec;
86 assertTrue(pk1.getParams().getClass().getCanonicalName().equals("javax.crypto.spec.DHParameterSpec"));
DHPublicKeyTest.java 23 package org.apache.harmony.crypto.tests.javax.crypto.interfaces;
37 import javax.crypto.interfaces.DHKey;
38 import javax.crypto.interfaces.DHPublicKey;
39 import javax.crypto.spec.DHParameterSpec;
87 assertTrue(pk2.getParams().getClass().getCanonicalName().equals("javax.crypto.spec.DHParameterSpec"));
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/engines/
RFC3394WrapEngine.java 1 package org.bouncycastle.crypto.engines;
3 import org.bouncycastle.crypto.BlockCipher;
4 import org.bouncycastle.crypto.CipherParameters;
5 import org.bouncycastle.crypto.DataLengthException;
6 import org.bouncycastle.crypto.InvalidCipherTextException;
7 import org.bouncycastle.crypto.Wrapper;
8 import org.bouncycastle.crypto.params.KeyParameter;
9 import org.bouncycastle.crypto.params.ParametersWithIV;
10 import org.bouncycastle.crypto.params.ParametersWithRandom;

Completed in 2170 milliseconds

1 2 3 45 6 7 8 91011>>