Searched defs:ciphertext (Results 1 – 2 of 2) sorted by relevance
115 private final byte[] ciphertext; field in CipherTest.KatVector127 private KatVector(byte[] plaintext, byte[] ciphertext) { in KatVector()131 private KatVector(byte[] plaintext, AlgorithmParameterSpec params, byte[] ciphertext) { in KatVector()574 private boolean isDecryptValid(byte[] expectedPlaintext, byte[] ciphertext, Cipher cipher, in isDecryptValid()
322 public byte[] ciphertext; field in AESCipherNistCavpKatTest.TestVector