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/
DSecretKeyFactoryTest.java108 String[] encryptionPaddings = in testGetKeySpecWithKeystoreKeyAndKeyInfoReflectsAllAuthorizations() local
125 .setEncryptionPaddings(encryptionPaddings) in testGetKeySpecWithKeystoreKeyAndKeyInfoReflectsAllAuthorizations()
139 Arrays.asList(encryptionPaddings), keyInfo.getEncryptionPaddings()); in testGetKeySpecWithKeystoreKeyAndKeyInfoReflectsAllAuthorizations()
DKeyProtectionTest.java200 String[] encryptionPaddings = new String[] { in testImmutabilityViaSetterParams() local
202 String[] originalEncryptionPaddings = encryptionPaddings.clone(); in testImmutabilityViaSetterParams()
211 .setEncryptionPaddings(encryptionPaddings) in testImmutabilityViaSetterParams()
238 encryptionPaddings[0] = null; in testImmutabilityViaSetterParams()
DKeyGenParameterSpecTest.java268 String[] encryptionPaddings = new String[] { in testImmutabilityViaSetterParams() local
270 String[] originalEncryptionPaddings = encryptionPaddings.clone(); in testImmutabilityViaSetterParams()
281 .setEncryptionPaddings(encryptionPaddings) in testImmutabilityViaSetterParams()
316 encryptionPaddings[0] = null; in testImmutabilityViaSetterParams()
DKeyFactoryTest.java126 String[] encryptionPaddings = in testGetKeySpecWithKeystorePrivateKeyAndKeyInfoReflectsAllAuthorizations() local
138 .setEncryptionPaddings(encryptionPaddings) in testGetKeySpecWithKeystorePrivateKeyAndKeyInfoReflectsAllAuthorizations()
157 actualEncryptionPaddings, encryptionPaddings); in testGetKeySpecWithKeystorePrivateKeyAndKeyInfoReflectsAllAuthorizations()
DKeyGeneratorTest.java727 String[] encryptionPaddings = in testGenerateHonorsRequestedAuthorizationsHelper() local
744 .setEncryptionPaddings(encryptionPaddings) in testGenerateHonorsRequestedAuthorizationsHelper()
759 Arrays.asList(encryptionPaddings), keyInfo.getEncryptionPaddings()); in testGenerateHonorsRequestedAuthorizationsHelper()
DKeyPairGeneratorTest.java373 String[] encryptionPaddings = in testGenerateHonorsRequestedAuthorizationsHelper() local
382 .setEncryptionPaddings(encryptionPaddings) in testGenerateHonorsRequestedAuthorizationsHelper()
402 actualEncryptionPaddings, encryptionPaddings); in testGenerateHonorsRequestedAuthorizationsHelper()