Searched defs:plaintext (Results 1 – 2 of 2) sorted by relevance
81 private final byte[] plaintext; field in CipherTest.KatVector94 private KatVector(byte[] plaintext, byte[] ciphertext) { in KatVector()98 private KatVector(byte[] plaintext, AlgorithmParameterSpec params, byte[] ciphertext) { in KatVector()1549 String transformation, Key encryptionKey, byte[] plaintext) { in truncatePlaintextIfNecessary()
321 public byte[] plaintext; field in AESCipherNistCavpKatTest.TestVector