| /libcore/luni/src/test/java/libcore/javax/crypto/ |
| D | CipherInputStreamTest.java | 42 Cipher cipher = Cipher.getInstance("DES"); in testEncrypt() local 51 Cipher cipher = Cipher.getInstance("DES"); in testDecrypt() local 59 Cipher cipher = Cipher.getInstance("DES"); in testSkip() local
|
| D | CipherTest.java | 73 Cipher cipher = Cipher.getInstance("RSA"); in assertCipherInitWithKeyUsage() local
|
| /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/ |
| D | SealedObjectTest.java | 106 Cipher cipher = Cipher.getInstance("DES/CBC/PKCS5Padding"); in testSealedObject1() local 135 Cipher cipher = new NullCipher(); in testSealedObject2() local 157 Cipher cipher = Cipher.getInstance(algorithm); in testGetAlgorithm() local 177 Cipher cipher = Cipher.getInstance("DES/CBC/PKCS5Padding"); in testGetObject1() local 221 Cipher cipher = Cipher.getInstance("DES/CBC/PKCS5Padding"); in testGetObject2() local 265 Cipher cipher = Cipher.getInstance("DES"); in testGetObject3() local
|
| D | CipherTest.java | 89 Cipher cipher = Cipher.getInstance("DESede/CBC/PKCS5Padding"); in test_getInstanceLjava_lang_String() local 111 Cipher cipher = Cipher.getInstance("DES", providers[i].getName()); in test_getInstanceLjava_lang_StringLjava_lang_String() local 145 Cipher cipher = Cipher.getInstance("DES", providers[i]); in test_getInstanceLjava_lang_StringLjava_security_Provider() local 173 Cipher cipher = Cipher.getInstance("AES", provider.getName()); in test_getProvider() local 187 Cipher cipher = Cipher.getInstance(algorithm); in test_getAlgorithm() local 198 Cipher cipher = Cipher.getInstance(algorithm); in test_getBlockSize() local 208 Cipher cipher = Cipher.getInstance(algorithm + "/ECB/PKCS5Padding"); in test_getOutputSizeI() local 231 Cipher cipher = Cipher.getInstance(algorithm + "/ECB/PKCS5Padding"); in test_initWithKey() local 249 Cipher cipher = Cipher.getInstance(algorithm + "/ECB/PKCS5Padding"); in test_initWithSecureRandom() local 266 Cipher cipher = null; in test_initWithAlgorithmParameterSpec() local [all …]
|
| /libcore/luni/src/main/java/javax/crypto/ |
| D | EncryptedPrivateKeyInfo.java | 240 public PKCS8EncodedKeySpec getKeySpec(Cipher cipher) in getKeySpec() 284 Cipher cipher = Cipher.getInstance(algName); in getKeySpec() local 343 Cipher cipher = Cipher.getInstance(algName, providerName); in getKeySpec() local 397 Cipher cipher = Cipher.getInstance(algName, provider); in getKeySpec() local
|
| D | SealedObject.java | 153 Cipher cipher = Cipher.getInstance(sealAlg); in getObject() local 248 Cipher cipher = Cipher.getInstance(sealAlg, provider); in getObject() local
|
| D | CipherOutputStream.java | 37 private final Cipher cipher; field in CipherOutputStream
|
| D | CipherInputStream.java | 40 private final Cipher cipher; field in CipherInputStream
|
| /libcore/support/src/test/java/tests/security/ |
| D | CipherHelper.java | 43 Cipher cipher = null; in test() local 73 public byte[] crypt(Cipher cipher, byte[] input) { in crypt()
|
| D | AlgorithmParameterAsymmetricHelper.java | 56 Cipher cipher = null; in test() local
|
| D | AlgorithmParameterSymmetricHelper.java | 64 Cipher cipher = null; in test() local
|
| /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
| D | DigitalSignature.java | 62 private final Cipher cipher; field in DigitalSignature
|
| /libcore/luni/src/main/native/ |
| D | org_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp | 3050 const SSL_CIPHER* cipher = ssl_method->get_cipher(j); in NativeCrypto_SSL_set_cipher_lists() local 4118 const SSL_CIPHER* cipher = ssl_session->cipher; in NativeCrypto_SSL_SESSION_cipher() local
|