Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DBlockCipherTestBase.java615 assertDoFinalResetsCipher(Cipher.DECRYPT_MODE); in testDoFinalResets()
616 assertDoFinalResetsCipher(Cipher.ENCRYPT_MODE); in testDoFinalResets()
619 private void assertDoFinalResetsCipher(int opmode) throws Exception { in assertDoFinalResetsCipher() method in BlockCipherTestBase