Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DCipherTest.java114 private final byte[] plaintext; field in CipherTest.KatVector
127 private KatVector(byte[] plaintext, byte[] ciphertext) { in KatVector()
131 private KatVector(byte[] plaintext, AlgorithmParameterSpec params, byte[] ciphertext) { in KatVector()
1821 String transformation, Key encryptionKey, byte[] plaintext) { in truncatePlaintextIfNecessary()
DAESCipherNistCavpKatTest.java321 public byte[] plaintext; field in AESCipherNistCavpKatTest.TestVector