| /external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/asymmetric/ec/ |
| D | BCECPublicKey.java | 42 private String algorithm = "EC"; field in BCECPublicKey 50 String algorithm, in BCECPublicKey() 61 String algorithm, in BCECPublicKey() 72 String algorithm, in BCECPublicKey() 100 String algorithm, in BCECPublicKey() 125 String algorithm, in BCECPublicKey() 155 String algorithm, in BCECPublicKey() 176 String algorithm, in BCECPublicKey()
|
| D | BCECPrivateKey.java | 44 private String algorithm = "EC"; field in BCECPrivateKey 69 String algorithm, in BCECPrivateKey() 95 String algorithm, in BCECPrivateKey() 106 String algorithm, in BCECPrivateKey() 119 String algorithm, in BCECPrivateKey() 149 String algorithm, in BCECPrivateKey() 188 String algorithm, in BCECPrivateKey() 199 String algorithm, in BCECPrivateKey()
|
| /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/ |
| D | BCECPublicKey.java | 38 private String algorithm = "EC"; field in BCECPublicKey 46 String algorithm, in BCECPublicKey() 57 String algorithm, in BCECPublicKey() 68 String algorithm, in BCECPublicKey() 96 String algorithm, in BCECPublicKey() 121 String algorithm, in BCECPublicKey() 151 String algorithm, in BCECPublicKey() 172 String algorithm, in BCECPublicKey()
|
| D | BCECPrivateKey.java | 40 private String algorithm = "EC"; field in BCECPrivateKey 65 String algorithm, in BCECPrivateKey() 91 String algorithm, in BCECPrivateKey() 102 String algorithm, in BCECPrivateKey() 115 String algorithm, in BCECPrivateKey() 145 String algorithm, in BCECPrivateKey() 184 String algorithm, in BCECPrivateKey() 195 String algorithm, in BCECPrivateKey()
|
| /external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/jcajce/provider/asymmetric/ec/ |
| D | BCECPublicKey.java | 42 private String algorithm = "EC"; field in BCECPublicKey 50 String algorithm, in BCECPublicKey() 61 String algorithm, in BCECPublicKey() 72 String algorithm, in BCECPublicKey() 100 String algorithm, in BCECPublicKey() 125 String algorithm, in BCECPublicKey() 155 String algorithm, in BCECPublicKey() 176 String algorithm, in BCECPublicKey()
|
| D | BCECPrivateKey.java | 44 private String algorithm = "EC"; field in BCECPrivateKey 69 String algorithm, in BCECPrivateKey() 95 String algorithm, in BCECPrivateKey() 106 String algorithm, in BCECPrivateKey() 119 String algorithm, in BCECPrivateKey() 149 String algorithm, in BCECPrivateKey() 188 String algorithm, in BCECPrivateKey() 199 String algorithm, in BCECPrivateKey()
|
| /external/cronet/net/android/java/src/org/chromium/net/ |
| D | AndroidKeyStore.java | 39 private static boolean privateKeySupportsSignature(PrivateKey privateKey, String algorithm) { in privateKeySupportsSignature() 60 private static boolean privateKeySupportsCipher(PrivateKey privateKey, String algorithm) { in privateKeySupportsCipher() 83 PrivateKey privateKey, String algorithm, byte[] message) { in signWithPrivateKey() 117 PrivateKey privateKey, String algorithm, byte[] message) { in encryptWithPrivateKey()
|
| /external/webrtc/rtc_base/ |
| D | openssl_digest.cc | 19 OpenSSLDigest::OpenSSLDigest(absl::string_view algorithm) { in OpenSSLDigest() 59 bool OpenSSLDigest::GetDigestEVP(absl::string_view algorithm, in GetDigestEVP() 84 bool OpenSSLDigest::GetDigestName(const EVP_MD* md, std::string* algorithm) { in GetDigestName() 109 bool OpenSSLDigest::GetDigestSize(absl::string_view algorithm, size_t* length) { in GetDigestSize()
|
| /external/cronet/crypto/ |
| D | symmetric_key.cc | 24 bool CheckDerivationParameters(SymmetricKey::Algorithm algorithm, in CheckDerivationParameters() 47 Algorithm algorithm, in GenerateRandomKey() 73 Algorithm algorithm, in DeriveKeyFromPasswordUsingPbkdf2() 98 Algorithm algorithm, in DeriveKeyFromPasswordUsingScrypt() 125 std::unique_ptr<SymmetricKey> SymmetricKey::Import(Algorithm algorithm, in Import()
|
| /external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/jcajce/util/ |
| D | BCJcaJceHelper.java | 58 public Cipher createCipher(String algorithm) in createCipher() 72 public SecretKeyFactory createSecretKeyFactory(String algorithm) in createSecretKeyFactory() 86 public Mac createMac(String algorithm) throws NoSuchAlgorithmException { in createMac()
|
| /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/util/ |
| D | BCJcaJceHelper.java | 56 public Cipher createCipher(String algorithm) in createCipher() 70 public SecretKeyFactory createSecretKeyFactory(String algorithm) in createSecretKeyFactory() 84 public Mac createMac(String algorithm) throws NoSuchAlgorithmException { in createMac()
|
| /external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/util/ |
| D | BCJcaJceHelper.java | 58 public Cipher createCipher(String algorithm) in createCipher() 72 public SecretKeyFactory createSecretKeyFactory(String algorithm) in createSecretKeyFactory() 86 public Mac createMac(String algorithm) throws NoSuchAlgorithmException { in createMac()
|
| /external/conscrypt/repackaged/common/src/test/java/com/android/org/conscrypt/javax/crypto/ |
| D | CipherTest.java | 120 private static boolean isSupported(String algorithm, String provider) { in isSupported() 172 private static boolean isSupportedByBC(String algorithm) { in isSupportedByBC() 182 private static boolean isSupportedForWrapping(String algorithm) { in isSupportedForWrapping() 198 private synchronized static int getEncryptMode(String algorithm) throws Exception { in getEncryptMode() 205 private synchronized static int getDecryptMode(String algorithm) throws Exception { in getDecryptMode() 212 private static String getBaseAlgorithm(String algorithm) { in getBaseAlgorithm() 294 private static boolean isAsymmetric(String algorithm) { in isAsymmetric() 298 private static boolean isOnlyWrappingAlgorithm(String algorithm) { in isOnlyWrappingAlgorithm() 302 private static boolean isPBE(String algorithm) { in isPBE() 306 private static boolean isAEAD(String algorithm) { in isAEAD() [all …]
|
| /external/conscrypt/common/src/test/java/org/conscrypt/javax/crypto/ |
| D | CipherTest.java | 116 private static boolean isSupported(String algorithm, String provider) { in isSupported() 168 private static boolean isSupportedByBC(String algorithm) { in isSupportedByBC() 182 private static boolean isSupportedForWrapping(String algorithm) { in isSupportedForWrapping() 198 private synchronized static int getEncryptMode(String algorithm) throws Exception { in getEncryptMode() 205 private synchronized static int getDecryptMode(String algorithm) throws Exception { in getDecryptMode() 212 private static String getBaseAlgorithm(String algorithm) { in getBaseAlgorithm() 294 private static boolean isAsymmetric(String algorithm) { in isAsymmetric() 298 private static boolean isOnlyWrappingAlgorithm(String algorithm) { in isOnlyWrappingAlgorithm() 302 private static boolean isPBE(String algorithm) { in isPBE() 306 private static boolean isAEAD(String algorithm) { in isAEAD() [all …]
|
| /external/python/cryptography/tests/hazmat/primitives/ |
| D | utils.py | 190 def hash_test(backend, algorithm, params): argument 198 def generate_base_hash_test(algorithm, digest_size): argument 205 def base_hash_test(backend, algorithm, digest_size): argument 226 def base_hmac_test(backend, algorithm): argument 234 def generate_hmac_test(param_loader, path, file_names, algorithm): argument 244 def hmac_test(backend, algorithm, params): argument 251 def generate_pbkdf2_test(param_loader, path, file_names, algorithm): argument 261 def pbkdf2_test(backend, algorithm, params): argument 342 def hkdf_derive_test(backend, algorithm, params): argument 356 def hkdf_extract_test(backend, algorithm, params): argument [all …]
|
| /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
| D | JCEECPublicKey.java | 48 private String algorithm = "EC"; field in JCEECPublicKey 56 String algorithm, in JCEECPublicKey() 68 String algorithm, in JCEECPublicKey() 77 String algorithm, in JCEECPublicKey() 103 String algorithm, in JCEECPublicKey() 125 String algorithm, in JCEECPublicKey() 152 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() 141 String algorithm, in JCEECPrivateKey() 175 String algorithm, in JCEECPrivateKey()
|
| /external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/jce/provider/ |
| D | JCEECPublicKey.java | 52 private String algorithm = "EC"; field in JCEECPublicKey 60 String algorithm, in JCEECPublicKey() 72 String algorithm, in JCEECPublicKey() 81 String algorithm, in JCEECPublicKey() 107 String algorithm, in JCEECPublicKey() 129 String algorithm, in JCEECPublicKey() 156 String algorithm, in JCEECPublicKey()
|
| D | JCEECPrivateKey.java | 51 private String algorithm = "EC"; field in JCEECPrivateKey 73 String algorithm, in JCEECPrivateKey() 96 String algorithm, in JCEECPrivateKey() 105 String algorithm, in JCEECPrivateKey() 117 String algorithm, in JCEECPrivateKey() 145 String algorithm, in JCEECPrivateKey() 179 String algorithm, in JCEECPrivateKey()
|
| /external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jce/provider/ |
| D | JCEECPublicKey.java | 52 private String algorithm = "EC"; field in JCEECPublicKey 60 String algorithm, in JCEECPublicKey() 72 String algorithm, in JCEECPublicKey() 81 String algorithm, in JCEECPublicKey() 107 String algorithm, in JCEECPublicKey() 129 String algorithm, in JCEECPublicKey() 156 String algorithm, in JCEECPublicKey()
|
| D | JCEECPrivateKey.java | 51 private String algorithm = "EC"; field in JCEECPrivateKey 73 String algorithm, in JCEECPrivateKey() 96 String algorithm, in JCEECPrivateKey() 105 String algorithm, in JCEECPrivateKey() 117 String algorithm, in JCEECPrivateKey() 145 String algorithm, in JCEECPrivateKey() 179 String algorithm, in JCEECPrivateKey()
|
| /external/python/cryptography/src/cryptography/hazmat/primitives/ciphers/ |
| D | modes.py | 23 def validate_for_algorithm(self, algorithm): argument 66 def _check_aes_key_length(self, algorithm): argument 73 def _check_iv_length(self, algorithm): argument 82 def _check_iv_and_key_length(self, algorithm): argument 115 def validate_for_algorithm(self, algorithm): argument 180 def validate_for_algorithm(self, algorithm): argument 224 def validate_for_algorithm(self, algorithm): argument
|
| /external/cronet/net/ssl/ |
| D | ssl_platform_key_android.cc | 35 const char* GetJavaAlgorithm(uint16_t algorithm) { in GetJavaAlgorithm() 77 for (uint16_t algorithm : SSLPrivateKey::DefaultAlgorithmPreferences( in SSLPlatformKeyAndroid() local 108 Error Sign(uint16_t algorithm, in Sign() 128 Error SignPSSFallback(uint16_t algorithm, in SignPSSFallback()
|
| D | ssl_platform_key_mac.cc | 44 SecKeyAlgorithm GetSecKeyAlgorithm(uint16_t algorithm) { in GetSecKeyAlgorithm() 78 for (uint16_t algorithm : SSLPrivateKey::DefaultAlgorithmPreferences( in SSLPlatformKeySecKey() local 102 Error Sign(uint16_t algorithm, in Sign() 161 SecKeyAlgorithm GetSecKeyAlgorithmWithFallback(uint16_t algorithm, in GetSecKeyAlgorithmWithFallback()
|
| /external/cronet/net/android/ |
| D | keystore.cc | 34 base::StringPiece algorithm) { in PrivateKeySupportsSignature() 47 base::StringPiece algorithm) { in PrivateKeySupportsCipher() 60 base::StringPiece algorithm, in SignWithPrivateKey() 87 base::StringPiece algorithm, in EncryptWithPrivateKey()
|