Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DSecretKeyFactoryTest.java106 String[] blockModes = in testGetKeySpecWithKeystoreKeyAndKeyInfoReflectsAllAuthorizations() local
124 .setBlockModes(blockModes) in testGetKeySpecWithKeystoreKeyAndKeyInfoReflectsAllAuthorizations()
137 Arrays.asList(blockModes), keyInfo.getBlockModes()); in testGetKeySpecWithKeystoreKeyAndKeyInfoReflectsAllAuthorizations()
DKeyProtectionTest.java184 String[] blockModes = in testImmutabilityViaSetterParams() local
186 String[] originalBlockModes = blockModes.clone(); in testImmutabilityViaSetterParams()
209 .setBlockModes(blockModes) in testImmutabilityViaSetterParams()
223 blockModes[0] = null; in testImmutabilityViaSetterParams()
DKeyGenParameterSpecTest.java248 String[] blockModes = in testImmutabilityViaSetterParams() local
250 String[] originalBlockModes = blockModes.clone(); in testImmutabilityViaSetterParams()
277 .setBlockModes(blockModes) in testImmutabilityViaSetterParams()
293 blockModes[0] = null; in testImmutabilityViaSetterParams()
DKeyFactoryTest.java125 String[] blockModes = new String[] {KeyProperties.BLOCK_MODE_ECB}; in testGetKeySpecWithKeystorePrivateKeyAndKeyInfoReflectsAllAuthorizations() local
137 .setBlockModes(blockModes) in testGetKeySpecWithKeystorePrivateKeyAndKeyInfoReflectsAllAuthorizations()
150 Arrays.asList(keyInfo.getBlockModes()), blockModes); in testGetKeySpecWithKeystorePrivateKeyAndKeyInfoReflectsAllAuthorizations() local
DKeyGeneratorTest.java725 String[] blockModes = in testGenerateHonorsRequestedAuthorizationsHelper() local
743 .setBlockModes(blockModes) in testGenerateHonorsRequestedAuthorizationsHelper()
757 Arrays.asList(blockModes), keyInfo.getBlockModes()); in testGenerateHonorsRequestedAuthorizationsHelper()
DKeyPairGeneratorTest.java371 String[] blockModes = in testGenerateHonorsRequestedAuthorizationsHelper() local
381 .setBlockModes(blockModes) in testGenerateHonorsRequestedAuthorizationsHelper()
395 Arrays.asList(keyInfo.getBlockModes()), blockModes); in testGenerateHonorsRequestedAuthorizationsHelper() local