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.java580 TestUtils.getMaxSupportedPlaintextInputSizeBytes( in testMaxSizedPlaintextSupported()
659 TestUtils.getMaxSupportedPlaintextInputSizeBytes( in testLargerThanMaxSizedPlaintextRejected()
1537 TestUtils.getMaxSupportedPlaintextInputSizeBytes( in truncatePlaintextIfNecessary()
DTestUtils.java760 static int getMaxSupportedPlaintextInputSizeBytes(String transformation, Key key) { in getMaxSupportedPlaintextInputSizeBytes() method in TestUtils