Searched refs:assertDoFinalResetsCipher (Results 1 – 1 of 1) sorted by relevance
607 assertDoFinalResetsCipher(Cipher.DECRYPT_MODE); in testDoFinalResets()608 assertDoFinalResetsCipher(Cipher.ENCRYPT_MODE); in testDoFinalResets()611 private void assertDoFinalResetsCipher(int opmode) throws Exception { in assertDoFinalResetsCipher() method in BlockCipherTestBase