Home
last modified time | relevance | path

Searched defs:ciphertext (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/keystore/src/android/keystore/cts/
DCipherTest.java141 private final byte[] ciphertext; field in CipherTest.KatVector
153 private KatVector(byte[] plaintext, byte[] ciphertext) { in KatVector()
157 private KatVector(byte[] plaintext, AlgorithmParameterSpec params, byte[] ciphertext) { in KatVector()
572 private boolean isDecryptValid(byte[] expectedPlaintext, byte[] ciphertext, Cipher cipher, in isDecryptValid()
DAESCipherNistCavpKatTest.java360 public byte[] ciphertext; field in AESCipherNistCavpKatTest.TestVector