Searched refs:assertDoFinalResetsCipher (Results 1 – 1 of 1) sorted by relevance
563 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