Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DCipherTest.java1270 AlgorithmParameters algorithmParameters = cipher.getParameters(); in testKatBasicWithDifferentProviders() local
1276 cipher.init(Cipher.DECRYPT_MODE, decryptionKey, algorithmParameters); in testKatBasicWithDifferentProviders()