Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyGeneratorTest.java796 private void assertUniqueAesEncryptionForNKeys(String algoTransform, boolean isStrongboxKeyMint) in assertUniqueAesEncryptionForNKeys() argument
811 boolean isCbcMode = algoTransform.contains("CBC"); in assertUniqueAesEncryptionForNKeys()
823 Cipher cipher = Cipher.getInstance(algoTransform, in assertUniqueAesEncryptionForNKeys()