Home
last modified time | relevance | path

Searched defs:plaintext (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/keystore/src/android/keystore/cts/
DCipherTest.java132 private final byte[] plaintext; field in CipherTest.KatVector
145 private KatVector(byte[] plaintext, byte[] ciphertext) { in KatVector()
149 private KatVector(byte[] plaintext, AlgorithmParameterSpec params, byte[] ciphertext) { in KatVector()
1879 String transformation, Key encryptionKey, byte[] plaintext) { in truncatePlaintextIfNecessary()
DAESCipherNistCavpKatTest.java359 public byte[] plaintext; field in AESCipherNistCavpKatTest.TestVector
DAndroidKeyStoreTest.java1852 final String plaintext = "My awesome plaintext message!"; in testKeyStore_SetKeyEntry_ReplacedWithSameGeneratedSecretKey() local