Searched defs:ciphertext (Results 1 – 2 of 2) sorted by relevance
82 private final byte[] ciphertext; field in CipherTest.KatVector94 private KatVector(byte[] plaintext, byte[] ciphertext) { in KatVector()98 private KatVector(byte[] plaintext, AlgorithmParameterSpec params, byte[] ciphertext) { in KatVector()
322 public byte[] ciphertext; field in AESCipherNistCavpKatTest.TestVector