Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DCipherTest.java1051 int plaintextSizeBytes = -1; in testMaxSizedPlaintextSupported() local
1067 plaintextSizeBytes = plaintext.length; in testMaxSizedPlaintextSupported()
1109 + " and " + plaintextSizeBytes + " long plaintext" in testMaxSizedPlaintextSupported()
1131 int plaintextSizeBytes = -1; in testLargerThanMaxSizedPlaintextRejected() local
1148 plaintextSizeBytes = plaintext.length; in testLargerThanMaxSizedPlaintextRejected()
1189 + " and " + plaintextSizeBytes + " byte long plaintext" in testLargerThanMaxSizedPlaintextRejected()