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.java154 String[] blockModes = in testImmutabilityViaSetterParams() local
156 String[] originalBlockModes = blockModes.clone(); in testImmutabilityViaSetterParams()
176 .setBlockModes(blockModes) in testImmutabilityViaSetterParams()
186 blockModes[0] = null; in testImmutabilityViaSetterParams()
DSecretKeyFactoryTest.java96 String[] blockModes = in testGetKeySpecWithKeystoreKeyAndKeyInfoReflectsAllAuthorizations() local
114 .setBlockModes(blockModes) in testGetKeySpecWithKeystoreKeyAndKeyInfoReflectsAllAuthorizations()
127 Arrays.asList(blockModes), keyInfo.getBlockModes()); in testGetKeySpecWithKeystoreKeyAndKeyInfoReflectsAllAuthorizations()
DKeyGenParameterSpecTest.java200 String[] blockModes = in testImmutabilityViaSetterParams() local
202 String[] originalBlockModes = blockModes.clone(); in testImmutabilityViaSetterParams()
226 .setBlockModes(blockModes) in testImmutabilityViaSetterParams()
238 blockModes[0] = null; in testImmutabilityViaSetterParams()
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
DKeyGeneratorTest.java683 String[] blockModes = in testGenerateHonorsRequestedAuthorizationsHelper() local
701 .setBlockModes(blockModes) in testGenerateHonorsRequestedAuthorizationsHelper()
715 Arrays.asList(blockModes), keyInfo.getBlockModes()); in testGenerateHonorsRequestedAuthorizationsHelper()
DKeyPairGeneratorTest.java321 String[] blockModes = in testGenerateHonorsRequestedAuthorizationsHelper() local
331 .setBlockModes(blockModes) in testGenerateHonorsRequestedAuthorizationsHelper()
345 Arrays.asList(keyInfo.getBlockModes()), blockModes); in testGenerateHonorsRequestedAuthorizationsHelper() local