Home
last modified time | relevance | path

Searched defs:algorithm (Results 1 – 25 of 150) sorted by relevance

123456

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/
DJcaJceHelper.java24 String algorithm) in createCipher()
27 Mac createMac(String algorithm) in createMac()
30 KeyAgreement createKeyAgreement(String algorithm) in createKeyAgreement()
33 AlgorithmParameterGenerator createAlgorithmParameterGenerator(String algorithm) in createAlgorithmParameterGenerator()
36 AlgorithmParameters createAlgorithmParameters(String algorithm) in createAlgorithmParameters()
39 KeyGenerator createKeyGenerator(String algorithm) in createKeyGenerator()
42 KeyFactory createKeyFactory(String algorithm) in createKeyFactory()
45 SecretKeyFactory createSecretKeyFactory(String algorithm) in createSecretKeyFactory()
48 KeyPairGenerator createKeyPairGenerator(String algorithm) in createKeyPairGenerator()
51 MessageDigest createDigest(String algorithm) in createDigest()
[all …]
DDefaultJcaJceHelper.java24 String algorithm) in createCipher()
30 public Mac createMac(String algorithm) in createMac()
36 public KeyAgreement createKeyAgreement(String algorithm) in createKeyAgreement()
42 public AlgorithmParameterGenerator createAlgorithmParameterGenerator(String algorithm) in createAlgorithmParameterGenerator()
48 public AlgorithmParameters createAlgorithmParameters(String algorithm) in createAlgorithmParameters()
54 public KeyGenerator createKeyGenerator(String algorithm) in createKeyGenerator()
60 public KeyFactory createKeyFactory(String algorithm) in createKeyFactory()
66 public SecretKeyFactory createSecretKeyFactory(String algorithm) in createSecretKeyFactory()
72 public KeyPairGenerator createKeyPairGenerator(String algorithm) in createKeyPairGenerator()
78 public MessageDigest createDigest(String algorithm) in createDigest()
[all …]
DProviderJcaJceHelper.java32 String algorithm) in createCipher()
38 public Mac createMac(String algorithm) in createMac()
44 public KeyAgreement createKeyAgreement(String algorithm) in createKeyAgreement()
50 public AlgorithmParameterGenerator createAlgorithmParameterGenerator(String algorithm) in createAlgorithmParameterGenerator()
56 public AlgorithmParameters createAlgorithmParameters(String algorithm) in createAlgorithmParameters()
62 public KeyGenerator createKeyGenerator(String algorithm) in createKeyGenerator()
68 public KeyFactory createKeyFactory(String algorithm) in createKeyFactory()
74 public SecretKeyFactory createSecretKeyFactory(String algorithm) in createSecretKeyFactory()
80 public KeyPairGenerator createKeyPairGenerator(String algorithm) in createKeyPairGenerator()
86 public MessageDigest createDigest(String algorithm) in createDigest()
[all …]
DNamedJcaJceHelper.java32 String algorithm) in createCipher()
38 public Mac createMac(String algorithm) in createMac()
44 public KeyAgreement createKeyAgreement(String algorithm) in createKeyAgreement()
50 public AlgorithmParameterGenerator createAlgorithmParameterGenerator(String algorithm) in createAlgorithmParameterGenerator()
56 public AlgorithmParameters createAlgorithmParameters(String algorithm) in createAlgorithmParameters()
62 public KeyGenerator createKeyGenerator(String algorithm) in createKeyGenerator()
68 public KeyFactory createKeyFactory(String algorithm) in createKeyFactory()
74 public SecretKeyFactory createSecretKeyFactory(String algorithm) in createSecretKeyFactory()
80 public KeyPairGenerator createKeyPairGenerator(String algorithm) in createKeyPairGenerator()
86 public MessageDigest createDigest(String algorithm) in createDigest()
[all …]
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
DSecretKeySpecTest.java45 String algorithm = "Algorithm"; in testSecretKeySpec1() local
85 String algorithm = "Algorithm"; in testSecretKeySpec2() local
162 String algorithm = "Algorithm"; in testGetAlgorithm() local
175 String algorithm = "Algorithm"; in testGetFormat() local
189 String algorithm = "Algorithm"; in testGetEncoded() local
215 String algorithm = "Algorithm"; in testHashCode() local
230 String algorithm = "Algorithm"; in testEquals() local
/external/chromium_org/third_party/libjingle/source/talk/base/
Dopenssldigest.cc36 OpenSSLDigest::OpenSSLDigest(const std::string& algorithm) { in OpenSSLDigest()
74 bool OpenSSLDigest::GetDigestEVP(const std::string& algorithm, in GetDigestEVP()
102 std::string* algorithm) { in GetDigestName()
129 bool OpenSSLDigest::GetDigestSize(const std::string& algorithm, in GetDigestSize()
/external/chromium_org/content/renderer/webcrypto/
Dwebcrypto_impl_nss.cc65 const blink::WebCryptoAlgorithm& algorithm) { in WebCryptoAlgorithmToNSSHashType()
84 const blink::WebCryptoAlgorithm& algorithm) { in WebCryptoAlgorithmToHMACMechanism()
98 const blink::WebCryptoAlgorithm& algorithm, in AesCbcEncryptDecrypt()
179 const blink::WebCryptoAlgorithm& algorithm) { in HmacAlgorithmToGenMechanism()
194 const blink::WebCryptoAlgorithm& algorithm) { in WebCryptoAlgorithmToGenMechanism()
206 const blink::WebCryptoAlgorithm& algorithm) { in WebCryptoHmacAlgorithmToBlockSize()
242 bool IsAlgorithmRsa(const blink::WebCryptoAlgorithm& algorithm) { in IsAlgorithmRsa()
251 const blink::WebCryptoAlgorithm& algorithm, in ImportKeyInternalRaw()
415 blink::WebCryptoAlgorithm algorithm = in ImportKeyInternalSpki() local
491 blink::WebCryptoAlgorithm algorithm = in ImportKeyInternalPkcs8() local
[all …]
Dwebcrypto_impl_unittest.cc122 const blink::WebCryptoAlgorithm& algorithm, in ImportSecretKeyFromRawHexString()
146 const blink::WebCryptoAlgorithm& algorithm, in DigestInternal()
154 const blink::WebCryptoAlgorithm& algorithm, in GenerateKeyInternal()
162 const blink::WebCryptoAlgorithm& algorithm, in GenerateKeyPairInternal()
174 const blink::WebCryptoAlgorithm& algorithm, in ImportKeyInternal()
195 const blink::WebCryptoAlgorithm& algorithm, in SignInternal()
204 const blink::WebCryptoAlgorithm& algorithm, in VerifySignatureInternal()
220 const blink::WebCryptoAlgorithm& algorithm, in EncryptInternal()
229 const blink::WebCryptoAlgorithm& algorithm, in EncryptInternal()
238 const blink::WebCryptoAlgorithm& algorithm, in DecryptInternal()
[all …]
Dwebcrypto_impl_openssl.cc80 const blink::WebCryptoAlgorithm& algorithm, in AesCbcEncryptDecrypt()
182 bool WebCryptoImpl::EncryptInternal(const blink::WebCryptoAlgorithm& algorithm, in EncryptInternal()
195 bool WebCryptoImpl::DecryptInternal(const blink::WebCryptoAlgorithm& algorithm, in DecryptInternal()
208 bool WebCryptoImpl::DigestInternal(const blink::WebCryptoAlgorithm& algorithm, in DigestInternal()
269 const blink::WebCryptoAlgorithm& algorithm, in GenerateKeyInternal()
322 const blink::WebCryptoAlgorithm& algorithm, in GenerateKeyPairInternal()
344 const blink::WebCryptoAlgorithm& algorithm = algorithm_or_null; in ImportKeyInternal() local
407 const blink::WebCryptoAlgorithm& algorithm, in SignInternal()
495 const blink::WebCryptoAlgorithm& algorithm, in VerifySignatureInternal()
530 const blink::WebCryptoAlgorithm& algorithm, in ImportRsaPublicKeyInternal()
Dwebcrypto_impl.cc25 bool IsAlgorithmAsymmetric(const blink::WebCryptoAlgorithm& algorithm) { in IsAlgorithmAsymmetric()
171 const blink::WebCryptoAlgorithm& algorithm, in encrypt()
186 const blink::WebCryptoAlgorithm& algorithm, in decrypt()
201 const blink::WebCryptoAlgorithm& algorithm, in digest()
215 const blink::WebCryptoAlgorithm& algorithm, in generateKey()
301 const blink::WebCryptoAlgorithm& algorithm, in sign()
316 const blink::WebCryptoAlgorithm& algorithm, in verifySignature()
519 blink::WebCryptoAlgorithm algorithm = blink::WebCryptoAlgorithm::createNull(); in ImportKeyJwk() local
/external/chromium_org/third_party/WebKit/Source/platform/exported/
DWebCryptoKey.cpp42 …eyHandle> handle, WebCryptoKeyType type, bool extractable, const WebCryptoAlgorithm& algorithm, We… in WebCryptoKeyPrivate()
55 const WebCryptoAlgorithm algorithm; member in blink::WebCryptoKeyPrivate
59 …eyHandle* handle, WebCryptoKeyType type, bool extractable, const WebCryptoAlgorithm& algorithm, We… in create()
89 const WebCryptoAlgorithm& WebCryptoKey::algorithm() const in algorithm() function in blink::WebCryptoKey
/external/chromium_org/third_party/WebKit/Source/modules/crypto/
DAlgorithm.cpp47 PassRefPtr<Algorithm> Algorithm::create(const blink::WebCryptoAlgorithm& algorithm) in create()
76 Algorithm::Algorithm(const blink::WebCryptoAlgorithm& algorithm) in Algorithm()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/
DBCECPublicKey.java43 private String algorithm = "EC"; field in BCECPublicKey
51 String algorithm, in BCECPublicKey()
62 String algorithm, in BCECPublicKey()
73 String algorithm, in BCECPublicKey()
102 String algorithm, in BCECPublicKey()
127 String algorithm, in BCECPublicKey()
157 String algorithm, in BCECPublicKey()
177 String algorithm, in BCECPublicKey()
DBCECPrivateKey.java49 private String algorithm = "EC"; field in BCECPrivateKey
74 String algorithm, in BCECPrivateKey()
100 String algorithm, in BCECPrivateKey()
111 String algorithm, in BCECPrivateKey()
124 String algorithm, in BCECPrivateKey()
157 String algorithm, in BCECPrivateKey()
198 String algorithm, in BCECPrivateKey()
209 String algorithm, in BCECPrivateKey()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/spec/
DRepeatedSecretKeySpec.java13 private String algorithm; field in RepeatedSecretKeySpec
15 public RepeatedSecretKeySpec(String algorithm) in RepeatedSecretKeySpec()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
DJCEECPublicKey.java51 private String algorithm = "EC"; field in JCEECPublicKey
60 String algorithm, in JCEECPublicKey()
73 String algorithm, in JCEECPublicKey()
82 String algorithm, in JCEECPublicKey()
108 String algorithm, in JCEECPublicKey()
130 String algorithm, in JCEECPublicKey()
157 String algorithm, in JCEECPublicKey()
DJCEECPrivateKey.java47 private String algorithm = "EC"; field in JCEECPrivateKey
69 String algorithm, in JCEECPrivateKey()
92 String algorithm, in JCEECPrivateKey()
101 String algorithm, in JCEECPrivateKey()
113 String algorithm, in JCEECPrivateKey()
144 String algorithm, in JCEECPrivateKey()
183 String algorithm, in JCEECPrivateKey()
/external/chromium/crypto/
Dsymmetric_key_mac.cc16 CSSM_KEY_TYPE CheckKeyParams(crypto::SymmetricKey::Algorithm algorithm, in CheckKeyParams()
71 SymmetricKey* SymmetricKey::GenerateRandomKey(Algorithm algorithm, in GenerateRandomKey()
83 SymmetricKey* SymmetricKey::DeriveKeyFromPassword(Algorithm algorithm, in DeriveKeyFromPassword()
137 SymmetricKey* SymmetricKey::Import(Algorithm algorithm, in Import()
Dsymmetric_key_openssl.cc24 SymmetricKey* SymmetricKey::GenerateRandomKey(Algorithm algorithm, in GenerateRandomKey()
43 SymmetricKey* SymmetricKey::DeriveKeyFromPassword(Algorithm algorithm, in DeriveKeyFromPassword()
64 SymmetricKey* SymmetricKey::Import(Algorithm algorithm, in Import()
Dsymmetric_key_nss.cc18 SymmetricKey* SymmetricKey::GenerateRandomKey(Algorithm algorithm, in GenerateRandomKey()
39 SymmetricKey* SymmetricKey::DeriveKeyFromPassword(Algorithm algorithm, in DeriveKeyFromPassword()
84 SymmetricKey* SymmetricKey::Import(Algorithm algorithm, in Import()
/external/chromium_org/crypto/
Dsymmetric_key_openssl.cc24 SymmetricKey* SymmetricKey::GenerateRandomKey(Algorithm algorithm, in GenerateRandomKey()
43 SymmetricKey* SymmetricKey::DeriveKeyFromPassword(Algorithm algorithm, in DeriveKeyFromPassword()
68 SymmetricKey* SymmetricKey::Import(Algorithm algorithm, in Import()
Dsymmetric_key_nss.cc18 SymmetricKey* SymmetricKey::GenerateRandomKey(Algorithm algorithm, in GenerateRandomKey()
39 SymmetricKey* SymmetricKey::DeriveKeyFromPassword(Algorithm algorithm, in DeriveKeyFromPassword()
84 SymmetricKey* SymmetricKey::Import(Algorithm algorithm, in Import()
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
DPrivateKeyStub.java34 String algorithm = null; field in PrivateKeyStub
46 public PrivateKeyStub(String algorithm, String format, byte[] encoded) { in PrivateKeyStub()
DPublicKeyStub.java37 String algorithm = null; field in PublicKeyStub
44 public PublicKeyStub(String algorithm, String format, byte[] encoded) { in PublicKeyStub()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/digest/
DDigestAlgorithmProvider.java12 String algorithm, in addHMACAlgorithm()
28 String algorithm, in addHMACAlias()

123456