Searched defs:ciphertext (Results 1 – 2 of 2) sorted by relevance
151 private final byte[] ciphertext; field in CipherTest.KatVector163 private KatVector(byte[] plaintext, byte[] ciphertext) { in KatVector()167 private KatVector(byte[] plaintext, AlgorithmParameterSpec params, byte[] ciphertext) { in KatVector()619 private boolean isDecryptValid(byte[] expectedPlaintext, byte[] ciphertext, Cipher cipher, in isDecryptValid()
360 public byte[] ciphertext; field in AESCipherNistCavpKatTest.TestVector