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.java563 assertDoFinalResetsCipher(Cipher.DECRYPT_MODE); in testDoFinalResets()
564 assertDoFinalResetsCipher(Cipher.ENCRYPT_MODE); in testDoFinalResets()
567 private void assertDoFinalResetsCipher(int opmode) throws Exception { in assertDoFinalResetsCipher() method in BlockCipherTestBase