Home
last modified time | relevance | path

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

/cts/tests/tests/net/src/android/net/cts/
DTunUtils.java123 public boolean hasPlaintextPacket(byte[] plaintext, int startIndex) { in hasPlaintextPacket()
141 int spi, byte[] plaintext, boolean useEncap, int expectedPacketSize) throws Exception { in awaitEspPacketNoPlaintext()
/cts/tests/tests/keystore/src/android/keystore/cts/
DCipherTest.java107 private final byte[] plaintext; field in CipherTest.KatVector
120 private KatVector(byte[] plaintext, byte[] ciphertext) { in KatVector()
124 private KatVector(byte[] plaintext, AlgorithmParameterSpec params, byte[] ciphertext) { in KatVector()
1797 String transformation, Key encryptionKey, byte[] plaintext) { in truncatePlaintextIfNecessary()
DAESCipherNistCavpKatTest.java321 public byte[] plaintext; field in AESCipherNistCavpKatTest.TestVector