/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/ |
D | JcaJceHelper.java | 24 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 …]
|
D | DefaultJcaJceHelper.java | 24 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 …]
|
D | ProviderJcaJceHelper.java | 32 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 …]
|
D | NamedJcaJceHelper.java | 32 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/ |
D | SecretKeySpecTest.java | 45 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/ |
D | openssldigest.cc | 36 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/ |
D | webcrypto_impl_nss.cc | 65 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 …]
|
D | webcrypto_impl_unittest.cc | 122 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 …]
|
D | webcrypto_impl_openssl.cc | 80 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()
|
D | webcrypto_impl.cc | 25 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/ |
D | WebCryptoKey.cpp | 42 …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/ |
D | Algorithm.cpp | 47 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/ |
D | BCECPublicKey.java | 43 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()
|
D | BCECPrivateKey.java | 49 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/ |
D | RepeatedSecretKeySpec.java | 13 private String algorithm; field in RepeatedSecretKeySpec 15 public RepeatedSecretKeySpec(String algorithm) in RepeatedSecretKeySpec()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
D | JCEECPublicKey.java | 51 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()
|
D | JCEECPrivateKey.java | 47 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/ |
D | symmetric_key_mac.cc | 16 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()
|
D | symmetric_key_openssl.cc | 24 SymmetricKey* SymmetricKey::GenerateRandomKey(Algorithm algorithm, in GenerateRandomKey() 43 SymmetricKey* SymmetricKey::DeriveKeyFromPassword(Algorithm algorithm, in DeriveKeyFromPassword() 64 SymmetricKey* SymmetricKey::Import(Algorithm algorithm, in Import()
|
D | symmetric_key_nss.cc | 18 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/ |
D | symmetric_key_openssl.cc | 24 SymmetricKey* SymmetricKey::GenerateRandomKey(Algorithm algorithm, in GenerateRandomKey() 43 SymmetricKey* SymmetricKey::DeriveKeyFromPassword(Algorithm algorithm, in DeriveKeyFromPassword() 68 SymmetricKey* SymmetricKey::Import(Algorithm algorithm, in Import()
|
D | symmetric_key_nss.cc | 18 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/ |
D | PrivateKeyStub.java | 34 String algorithm = null; field in PrivateKeyStub 46 public PrivateKeyStub(String algorithm, String format, byte[] encoded) { in PrivateKeyStub()
|
D | PublicKeyStub.java | 37 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/ |
D | DigestAlgorithmProvider.java | 12 String algorithm, in addHMACAlgorithm() 28 String algorithm, in addHMACAlias()
|