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/
DRsaCipherPerformanceTest.java54 TestUtils.getMaxSupportedPlaintextInputSizeBytes(algorithm, keySize); in testRsaCipher()
DTestUtils.java886 static int getMaxSupportedPlaintextInputSizeBytes(String transformation, int keySizeBits) { in getMaxSupportedPlaintextInputSizeBytes() method in TestUtils
906 static int getMaxSupportedPlaintextInputSizeBytes(String transformation, Key key) { in getMaxSupportedPlaintextInputSizeBytes() method in TestUtils
912 return getMaxSupportedPlaintextInputSizeBytes(transformation, getKeySizeBits(key)); in getMaxSupportedPlaintextInputSizeBytes()