Home
last modified time | relevance | path

Searched defs:cis (Results 1 – 3 of 3) sorted by relevance

/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
DCipherInputStream1Test.java67 CipherInputStream cis = new CipherInputStream(tis){}; in testCipherInputStream() local
87 CipherInputStream cis = new CipherInputStream(tis, new NullCipher()); in testRead1() local
108 CipherInputStream cis = new CipherInputStream(tis, new NullCipher()); in testRead2() local
146 CipherInputStream cis = new CipherInputStream(tis, new NullCipher()); in testRead3() local
184 CipherInputStream cis = new CipherInputStream(tis, new NullCipher()); in testSkip() local
222 CipherInputStream cis = new CipherInputStream(tis, new NullCipher()); in testAvailable() local
234 CipherInputStream cis = new CipherInputStream(tis, new NullCipher()); in testClose() local
246 CipherInputStream cis = new CipherInputStream(tis, new NullCipher()); in testMarkSupported() local
262 CipherInputStream cis = new CipherInputStream(bais, c); in test_ConstructorLjava_io_InputStreamLjavax_crypto_Cipher() local
/libcore/ojluni/src/main/java/sun/misc/
DResource.java72 private InputStream cis; field in Resource
/libcore/luni/src/test/java/libcore/javax/crypto/
DCipherInputStreamTest.java225 CipherInputStream cis = new CipherInputStream(mockIs, cipher); in testCloseTwice() local
327 CipherInputStream cis = new CipherInputStream( in testDecryptCorruptGCM() local