Searched defs:plaintext (Results 1 – 4 of 4) sorted by relevance
/cts/tests/tests/net/src/android/net/cts/ |
D | TunUtils.java | 140 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/ |
D | TunUtils.java | 130 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/ |
D | CipherTest.java | 107 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()
|
D | AESCipherNistCavpKatTest.java | 321 public byte[] plaintext; field in AESCipherNistCavpKatTest.TestVector
|