Home
last modified time | relevance | path

Searched refs:cipherParams (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/keystore/src/android/keystore/cts/
DAndroidKeyStoreTest.java2272 AlgorithmParameters cipherParams = cipher.getParameters(); in testKeyStore_LargeNumberOfKeysSupported_AES() local
2274 cipher.init(Cipher.DECRYPT_MODE, key1, cipherParams); in testKeyStore_LargeNumberOfKeysSupported_AES()
2280 cipherParams = cipher.getParameters(); in testKeyStore_LargeNumberOfKeysSupported_AES()
2282 cipher.init(Cipher.DECRYPT_MODE, key2, cipherParams); in testKeyStore_LargeNumberOfKeysSupported_AES()