Home
last modified time | relevance | path

Searched refs:cipherInputStream (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/keystore/src/android/keystore/cts/
DCipherTest.java594 final CipherInputStream cipherInputStream = in testEncryptsAndDecryptsUsingCipherStreams() local
599 while((count = cipherInputStream.read(actualPlaintext, total, in testEncryptsAndDecryptsUsingCipherStreams()
604 cipherInputStream.close(); in testEncryptsAndDecryptsUsingCipherStreams()