Searched refs:isDecryptValid (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/keystore/src/android/keystore/cts/ |
D | CipherTest.java | 492 private boolean isDecryptValid(byte[] expectedPlaintext, byte[] ciphertext, Cipher cipher, in isDecryptValid() method in CipherTest 581 … assertFalse(isDecryptValid(expectedPlaintext, ciphertext, cipher, params, key)); in testEmptyPlaintextEncryptsAndDecryptsWhenUnlockedRequired() 587 … assertTrue(isDecryptValid(expectedPlaintext, ciphertext, cipher, params, key)); in testEmptyPlaintextEncryptsAndDecryptsWhenUnlockedRequired()
|