Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DCipherTest.java457 byte[] plaintext = truncatePlaintextIfNecessary( in testEmptyPlaintextEncryptsAndDecrypts()
509 byte[] plaintext = truncatePlaintextIfNecessary( in testEncryptsAndDecryptsInterrupted()
562 byte[] plaintext = truncatePlaintextIfNecessary( in testEncryptsAndDecryptsUsingCipherStreams()
697 byte[] plaintext = truncatePlaintextIfNecessary( in testEmptyPlaintextEncryptsAndDecryptsWhenUnlockedRequired()
828 byte[] plaintext = truncatePlaintextIfNecessary( in testCiphertextGeneratedByAndroidKeyStoreDecryptsByAndroidKeyStore()
875 byte[] plaintext = truncatePlaintextIfNecessary( in testCiphertextGeneratedByHighestPriorityProviderDecryptsByAndroidKeyStore()
988 byte[] plaintext = truncatePlaintextIfNecessary( in testCiphertextGeneratedByAndroidKeyStoreDecryptsByHighestPriorityProvider()
2067 private static byte[] truncatePlaintextIfNecessary( in truncatePlaintextIfNecessary() method in CipherTest