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/
DKeyProtectionTest.java135 String[] blockModes = in testImmutabilityViaSetterParams() local
137 String[] originalBlockModes = blockModes.clone(); in testImmutabilityViaSetterParams()
157 .setBlockModes(blockModes) in testImmutabilityViaSetterParams()
167 blockModes[0] = null; in testImmutabilityViaSetterParams()
DSecretKeyFactoryTest.java88 String[] blockModes = in testGetKeySpecWithKeystoreKeyAndKeyInfoReflectsAllAuthorizations() local
106 .setBlockModes(blockModes) in testGetKeySpecWithKeystoreKeyAndKeyInfoReflectsAllAuthorizations()
119 Arrays.asList(blockModes), keyInfo.getBlockModes()); in testGetKeySpecWithKeystoreKeyAndKeyInfoReflectsAllAuthorizations()
DKeyGenParameterSpecTest.java184 String[] blockModes = in testImmutabilityViaSetterParams() local
186 String[] originalBlockModes = blockModes.clone(); in testImmutabilityViaSetterParams()
210 .setBlockModes(blockModes) in testImmutabilityViaSetterParams()
222 blockModes[0] = null; in testImmutabilityViaSetterParams()
DKeyGeneratorTest.java467 String[] blockModes = in testGenerateHonorsRequestedAuthorizations() local
485 .setBlockModes(blockModes) in testGenerateHonorsRequestedAuthorizations()
498 Arrays.asList(blockModes), keyInfo.getBlockModes()); in testGenerateHonorsRequestedAuthorizations()
DKeyFactoryTest.java100 String[] blockModes = new String[] {KeyProperties.BLOCK_MODE_ECB}; in testGetKeySpecWithKeystorePrivateKeyAndKeyInfoReflectsAllAuthorizations() local
112 .setBlockModes(blockModes) in testGetKeySpecWithKeystorePrivateKeyAndKeyInfoReflectsAllAuthorizations()
125 Arrays.asList(keyInfo.getBlockModes()), blockModes); in testGetKeySpecWithKeystorePrivateKeyAndKeyInfoReflectsAllAuthorizations() local
DKeyPairGeneratorTest.java309 String[] blockModes = in testGenerateHonorsRequestedAuthorizations() local
319 .setBlockModes(blockModes) in testGenerateHonorsRequestedAuthorizations()
332 Arrays.asList(keyInfo.getBlockModes()), blockModes); in testGenerateHonorsRequestedAuthorizations() local