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