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.java88 super.testUpdateWithEmptyInputReturnsCorrectValue(); in testUpdateAndDoFinalNotSupportedInWrapAndUnwrapModes()
96 super.testUpdateWithEmptyInputReturnsCorrectValue(); in testKeyDoesNotSurviveReinitialization()
104 super.testUpdateWithEmptyInputReturnsCorrectValue(); in testKatOneShotEncryptUsingDoFinal()
112 super.testUpdateWithEmptyInputReturnsCorrectValue(); in testKatOneShotDecryptUsingDoFinal()
120 super.testUpdateWithEmptyInputReturnsCorrectValue(); in testKatEncryptOneByteAtATime()
128 super.testUpdateWithEmptyInputReturnsCorrectValue(); in testKatDecryptOneByteAtATime()
136 super.testUpdateWithEmptyInputReturnsCorrectValue(); in testIvGeneratedAndUsedWhenEncryptingWithoutExplicitIv()
144 super.testUpdateWithEmptyInputReturnsCorrectValue(); in testGetParameters()
152 super.testUpdateWithEmptyInputReturnsCorrectValue(); in testGetOutputSizeInEncryptionMode()
160 super.testUpdateWithEmptyInputReturnsCorrectValue(); in testGetOutputSizeInDecryptionMode()
[all …]
DBlockCipherTestBase.java651 public void testUpdateWithEmptyInputReturnsCorrectValue() throws Exception { in testUpdateWithEmptyInputReturnsCorrectValue() method in BlockCipherTestBase