Searched defs:plaintext (Results 1 – 3 of 3) sorted by relevance
123 public boolean hasPlaintextPacket(byte[] plaintext, int startIndex) { in hasPlaintextPacket()141 int spi, byte[] plaintext, boolean useEncap, int expectedPacketSize) throws Exception { in awaitEspPacketNoPlaintext()
107 private final byte[] plaintext; field in CipherTest.KatVector120 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()
321 public byte[] plaintext; field in AESCipherNistCavpKatTest.TestVector