Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DCipherTest.java594 TestUtils.getMaxSupportedPlaintextInputSizeBytes( in testMaxSizedPlaintextSupported()
673 TestUtils.getMaxSupportedPlaintextInputSizeBytes( in testLargerThanMaxSizedPlaintextRejected()
1551 TestUtils.getMaxSupportedPlaintextInputSizeBytes( in truncatePlaintextIfNecessary()
DTestUtils.java761 static int getMaxSupportedPlaintextInputSizeBytes(String transformation, Key key) { in getMaxSupportedPlaintextInputSizeBytes() method in TestUtils