Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DRsaCipherPerformanceTest.java54 TestUtils.getMaxSupportedPlaintextInputSizeBytes(algorithm, keySize); in testRsaCipher()
DTestUtils.java885 static int getMaxSupportedPlaintextInputSizeBytes(String transformation, int keySizeBits) { in getMaxSupportedPlaintextInputSizeBytes() method in TestUtils
905 static int getMaxSupportedPlaintextInputSizeBytes(String transformation, Key key) { in getMaxSupportedPlaintextInputSizeBytes() method in TestUtils
911 return getMaxSupportedPlaintextInputSizeBytes(transformation, getKeySizeBits(key)); in getMaxSupportedPlaintextInputSizeBytes()
DCipherTest.java938 TestUtils.getMaxSupportedPlaintextInputSizeBytes( in testMaxSizedPlaintextSupported()
1017 TestUtils.getMaxSupportedPlaintextInputSizeBytes( in testLargerThanMaxSizedPlaintextRejected()
1823 TestUtils.getMaxSupportedPlaintextInputSizeBytes( in truncatePlaintextIfNecessary()