Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyProtectionTest.java167 String[] encryptionPaddings = new String[] { in testImmutabilityViaSetterParams() local
169 String[] originalEncryptionPaddings = encryptionPaddings.clone(); in testImmutabilityViaSetterParams()
178 .setEncryptionPaddings(encryptionPaddings) in testImmutabilityViaSetterParams()
195 encryptionPaddings[0] = null; in testImmutabilityViaSetterParams()
DSecretKeyFactoryTest.java98 String[] encryptionPaddings = in testGetKeySpecWithKeystoreKeyAndKeyInfoReflectsAllAuthorizations() local
115 .setEncryptionPaddings(encryptionPaddings) in testGetKeySpecWithKeystoreKeyAndKeyInfoReflectsAllAuthorizations()
129 Arrays.asList(encryptionPaddings), keyInfo.getEncryptionPaddings()); in testGetKeySpecWithKeystoreKeyAndKeyInfoReflectsAllAuthorizations()
DKeyGenParameterSpecTest.java217 String[] encryptionPaddings = new String[] { in testImmutabilityViaSetterParams() local
219 String[] originalEncryptionPaddings = encryptionPaddings.clone(); in testImmutabilityViaSetterParams()
230 .setEncryptionPaddings(encryptionPaddings) in testImmutabilityViaSetterParams()
255 encryptionPaddings[0] = null; in testImmutabilityViaSetterParams()
DKeyFactoryTest.java101 String[] encryptionPaddings = in testGetKeySpecWithKeystorePrivateKeyAndKeyInfoReflectsAllAuthorizations() local
113 .setEncryptionPaddings(encryptionPaddings) in testGetKeySpecWithKeystorePrivateKeyAndKeyInfoReflectsAllAuthorizations()
132 actualEncryptionPaddings, encryptionPaddings); in testGetKeySpecWithKeystorePrivateKeyAndKeyInfoReflectsAllAuthorizations()
DKeyGeneratorTest.java685 String[] encryptionPaddings = in testGenerateHonorsRequestedAuthorizationsHelper() local
702 .setEncryptionPaddings(encryptionPaddings) in testGenerateHonorsRequestedAuthorizationsHelper()
717 Arrays.asList(encryptionPaddings), keyInfo.getEncryptionPaddings()); in testGenerateHonorsRequestedAuthorizationsHelper()
DKeyPairGeneratorTest.java323 String[] encryptionPaddings = in testGenerateHonorsRequestedAuthorizationsHelper() local
332 .setEncryptionPaddings(encryptionPaddings) in testGenerateHonorsRequestedAuthorizationsHelper()
352 actualEncryptionPaddings, encryptionPaddings); in testGenerateHonorsRequestedAuthorizationsHelper()