Searched refs:isDecryptValid (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/keystore/src/android/keystore/cts/ |
D | CipherTest.java | 619 private boolean isDecryptValid(byte[] expectedPlaintext, byte[] ciphertext, Cipher cipher, in isDecryptValid() method in CipherTest 723 isDecryptValid(expectedPlaintext, ciphertext, cipher, params, in testEmptyPlaintextEncryptsAndDecryptsWhenUnlockedRequired() 730 assertTrue(isDecryptValid(expectedPlaintext, ciphertext, cipher, params, in testEmptyPlaintextEncryptsAndDecryptsWhenUnlockedRequired() 735 assertTrue(isDecryptValid(expectedPlaintext, ciphertext, cipher, params, in testEmptyPlaintextEncryptsAndDecryptsWhenUnlockedRequired()
|