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.java135 private final byte[] plaintext; field in CipherTest.KatVector
148 private KatVector(byte[] plaintext, byte[] ciphertext) { in KatVector()
152 private KatVector(byte[] plaintext, AlgorithmParameterSpec params, byte[] ciphertext) { in KatVector()
1932 String transformation, Key encryptionKey, byte[] plaintext) { in truncatePlaintextIfNecessary()
DAESCipherNistCavpKatTest.java359 public byte[] plaintext; field in AESCipherNistCavpKatTest.TestVector
DAndroidKeyStoreTest.java1864 final String plaintext = "My awesome plaintext message!"; in testKeyStore_SetKeyEntry_ReplacedWithSameGeneratedSecretKey() local