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.java833 int plaintextSizeBytes = -1; in testMaxSizedPlaintextSupported() local
849 plaintextSizeBytes = plaintext.length; in testMaxSizedPlaintextSupported()
891 + " and " + plaintextSizeBytes + " long plaintext" in testMaxSizedPlaintextSupported()
912 int plaintextSizeBytes = -1; in testLargerThanMaxSizedPlaintextRejected() local
929 plaintextSizeBytes = plaintext.length; in testLargerThanMaxSizedPlaintextRejected()
969 + " and " + plaintextSizeBytes + " byte long plaintext" in testLargerThanMaxSizedPlaintextRejected()