HomeSort by relevance Sort by last modified time
    Searched defs:symmetric (Results 1 - 25 of 30) sorted by null

1 2

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/
SymmetricAlgorithmProvider.java 1 package org.bouncycastle.jcajce.provider.symmetric;
ARC4.java 1 package org.bouncycastle.jcajce.provider.symmetric;
7 import org.bouncycastle.jcajce.provider.symmetric.util.BaseKeyGenerator;
8 import org.bouncycastle.jcajce.provider.symmetric.util.BaseStreamCipher;
9 import org.bouncycastle.jcajce.provider.symmetric.util.PBESecretKeyFactory;
Blowfish.java 1 package org.bouncycastle.jcajce.provider.symmetric;
7 import org.bouncycastle.jcajce.provider.symmetric.util.BaseBlockCipher;
8 import org.bouncycastle.jcajce.provider.symmetric.util.BaseKeyGenerator;
9 import org.bouncycastle.jcajce.provider.symmetric.util.IvAlgorithmParameters;
Twofish.java 1 package org.bouncycastle.jcajce.provider.symmetric;
17 import org.bouncycastle.jcajce.provider.symmetric.util.BaseBlockCipher;
19 // import org.bouncycastle.jcajce.provider.symmetric.util.BaseKeyGenerator;
20 // import org.bouncycastle.jcajce.provider.symmetric.util.BaseMac;
21 // import org.bouncycastle.jcajce.provider.symmetric.util.BlockCipherProvider;
22 // import org.bouncycastle.jcajce.provider.symmetric.util.IvAlgorithmParameters;
24 import org.bouncycastle.jcajce.provider.symmetric.util.PBESecretKeyFactory;
PBEPKCS12.java 1 package org.bouncycastle.jcajce.provider.symmetric;
13 import org.bouncycastle.jcajce.provider.symmetric.util.BaseAlgorithmParameters;
RC2.java 1 package org.bouncycastle.jcajce.provider.symmetric;
28 // import org.bouncycastle.jcajce.provider.symmetric.util.BaseAlgorithmParameterGenerator;
29 // import org.bouncycastle.jcajce.provider.symmetric.util.BaseAlgorithmParameters;
31 import org.bouncycastle.jcajce.provider.symmetric.util.BaseBlockCipher;
33 // import org.bouncycastle.jcajce.provider.symmetric.util.BaseKeyGenerator;
34 // import org.bouncycastle.jcajce.provider.symmetric.util.BaseMac;
35 // import org.bouncycastle.jcajce.provider.symmetric.util.BaseWrapCipher;
37 import org.bouncycastle.jcajce.provider.symmetric.util.PBESecretKeyFactory;
DESede.java 1 package org.bouncycastle.jcajce.provider.symmetric;
38 // import org.bouncycastle.jcajce.provider.symmetric.util.BaseAlgorithmParameterGenerator;
40 import org.bouncycastle.jcajce.provider.symmetric.util.BaseBlockCipher;
41 import org.bouncycastle.jcajce.provider.symmetric.util.BaseKeyGenerator;
42 import org.bouncycastle.jcajce.provider.symmetric.util.BaseMac;
43 import org.bouncycastle.jcajce.provider.symmetric.util.BaseSecretKeyFactory;
44 import org.bouncycastle.jcajce.provider.symmetric.util.BaseWrapCipher;
375 private static final String PACKAGE = "org.bouncycastle.jcajce.provider.symmetric"; // JDK 1.2
AES.java 1 package org.bouncycastle.jcajce.provider.symmetric;
38 // import org.bouncycastle.jcajce.provider.symmetric.util.BaseAlgorithmParameterGenerator;
40 import org.bouncycastle.jcajce.provider.symmetric.util.BaseAlgorithmParameters;
41 import org.bouncycastle.jcajce.provider.symmetric.util.BaseBlockCipher;
42 import org.bouncycastle.jcajce.provider.symmetric.util.BaseKeyGenerator;
44 // import org.bouncycastle.jcajce.provider.symmetric.util.BaseMac;
46 import org.bouncycastle.jcajce.provider.symmetric.util.BaseWrapCipher;
47 import org.bouncycastle.jcajce.provider.symmetric.util.BlockCipherProvider;
48 import org.bouncycastle.jcajce.provider.symmetric.util.IvAlgorithmParameters;
49 import org.bouncycastle.jcajce.provider.symmetric.util.PBESecretKeyFactory
    [all...]
DES.java 1 package org.bouncycastle.jcajce.provider.symmetric;
38 import org.bouncycastle.jcajce.provider.symmetric.util.BCPBEKey;
39 import org.bouncycastle.jcajce.provider.symmetric.util.BaseAlgorithmParameterGenerator;
40 import org.bouncycastle.jcajce.provider.symmetric.util.BaseBlockCipher;
41 import org.bouncycastle.jcajce.provider.symmetric.util.BaseKeyGenerator;
42 import org.bouncycastle.jcajce.provider.symmetric.util.BaseMac;
43 import org.bouncycastle.jcajce.provider.symmetric.util.BaseSecretKeyFactory;
44 import org.bouncycastle.jcajce.provider.symmetric.util.BaseWrapCipher;
45 import org.bouncycastle.jcajce.provider.symmetric.util.PBE;
442 private static final String PACKAGE = "org.bouncycastle.jcajce.provider.symmetric"; // JDK 1.
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/
BaseAlgorithmParameterGenerator.java 1 package org.bouncycastle.jcajce.provider.symmetric.util;
BaseAlgorithmParameters.java 1 package org.bouncycastle.jcajce.provider.symmetric.util;
BlockCipherProvider.java 1 package org.bouncycastle.jcajce.provider.symmetric.util;
IvAlgorithmParameters.java 1 package org.bouncycastle.jcajce.provider.symmetric.util;
PBESecretKeyFactory.java 1 package org.bouncycastle.jcajce.provider.symmetric.util;
BaseKeyGenerator.java 1 package org.bouncycastle.jcajce.provider.symmetric.util;
BaseSecretKeyFactory.java 1 package org.bouncycastle.jcajce.provider.symmetric.util;
BCPBEKey.java 1 package org.bouncycastle.jcajce.provider.symmetric.util;
BaseMac.java 1 package org.bouncycastle.jcajce.provider.symmetric.util;
BaseStreamCipher.java 1 package org.bouncycastle.jcajce.provider.symmetric.util;
162 throw new InvalidKeyException("Key for algorithm " + key.getAlgorithm() + " not suitable for symmetric enryption.");
PBE.java 1 package org.bouncycastle.jcajce.provider.symmetric.util;
BaseWrapCipher.java 1 package org.bouncycastle.jcajce.provider.symmetric.util;
BaseBlockCipher.java 1 package org.bouncycastle.jcajce.provider.symmetric.util;
464 throw new InvalidKeyException("Key for algorithm " + key.getAlgorithm() + " not suitable for symmetric enryption.");
    [all...]
  /external/chromium_org/third_party/webrtc/base/
natserver.h 34 bool symmetric; member in struct:rtc::RouteCmp
  /external/eigen/Eigen/src/PardisoSupport/
PardisoSupport.h 222 bool symmetric = abs(m_type) < 10; local
233 m_iparm[10] = symmetric ? 0 : 1; // Use nonsymmetric permutation and scaling MPS
235 m_iparm[12] = symmetric ? 0 : 1; // Maximum weighted matching algorithm is switched-off (default for symmetric).
507 * For complex matrices, A can also be symmetric only, see the \a Options template parameter.
511 * \tparam Options can be any bitwise combination of Upper, Lower, and Symmetric. The default is Upper, meaning only the upper triangular part has to be used.
512 * Symmetric can be used for symmetric, non-selfadjoint complex matrices, the default being to assume a selfadjoint matrix.
538 pardisoInit(Base::ScalarIsComplex ? ( bool(Options&Symmetric) ? 6 : -4 ) : -2);
544 pardisoInit(Base::ScalarIsComplex ? ( bool(Options&Symmetric) ? 6 : -4 ) : -2)
    [all...]
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 

Completed in 1175 milliseconds

1 2