Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DDESedeCipherTestBase.java78 super.testUpdateWithEmptyInputReturnsCorrectValue(); in testUpdateAndDoFinalNotSupportedInWrapAndUnwrapModes()
85 super.testUpdateWithEmptyInputReturnsCorrectValue(); in testKeyDoesNotSurviveReinitialization()
92 super.testUpdateWithEmptyInputReturnsCorrectValue(); in testKatOneShotEncryptUsingDoFinal()
99 super.testUpdateWithEmptyInputReturnsCorrectValue(); in testKatOneShotDecryptUsingDoFinal()
106 super.testUpdateWithEmptyInputReturnsCorrectValue(); in testKatEncryptOneByteAtATime()
113 super.testUpdateWithEmptyInputReturnsCorrectValue(); in testKatDecryptOneByteAtATime()
120 super.testUpdateWithEmptyInputReturnsCorrectValue(); in testIvGeneratedAndUsedWhenEncryptingWithoutExplicitIv()
127 super.testUpdateWithEmptyInputReturnsCorrectValue(); in testGetParameters()
134 super.testUpdateWithEmptyInputReturnsCorrectValue(); in testGetOutputSizeInEncryptionMode()
141 super.testUpdateWithEmptyInputReturnsCorrectValue(); in testGetOutputSizeInDecryptionMode()
[all …]
DBlockCipherTestBase.java606 public void testUpdateWithEmptyInputReturnsCorrectValue() throws Exception { in testUpdateWithEmptyInputReturnsCorrectValue() method in BlockCipherTestBase