Home
last modified time | relevance | path

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

/cts/tests/tests/net/src/android/net/cts/
DTunUtils.java140 int spi, byte[] plaintext, boolean useEncap, int expectedPacketSize) throws Exception { in awaitEspPacketNoPlaintext()
168 byte[] pkt, int spi, boolean encap, byte[] plaintext) { in isEspFailIfSpecifiedPlaintextFound()
/cts/tests/tests/net/ipsec/src/android/net/ipsec/ike/cts/
DTunUtils.java130 public boolean hasPlaintextPacket(byte[] plaintext, int startIndex) { in hasPlaintextPacket()
148 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()
1856 String transformation, Key encryptionKey, byte[] plaintext) { in truncatePlaintextIfNecessary()
DAESCipherNistCavpKatTest.java321 public byte[] plaintext; field in AESCipherNistCavpKatTest.TestVector