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.java148 String[] encryptionPaddings = new String[] { in testImmutabilityViaSetterParams() local
150 String[] originalEncryptionPaddings = encryptionPaddings.clone(); in testImmutabilityViaSetterParams()
159 .setEncryptionPaddings(encryptionPaddings) in testImmutabilityViaSetterParams()
176 encryptionPaddings[0] = null; in testImmutabilityViaSetterParams()
DSecretKeyFactoryTest.java90 String[] encryptionPaddings = in testGetKeySpecWithKeystoreKeyAndKeyInfoReflectsAllAuthorizations() local
107 .setEncryptionPaddings(encryptionPaddings) in testGetKeySpecWithKeystoreKeyAndKeyInfoReflectsAllAuthorizations()
121 Arrays.asList(encryptionPaddings), keyInfo.getEncryptionPaddings()); in testGetKeySpecWithKeystoreKeyAndKeyInfoReflectsAllAuthorizations()
DKeyGenParameterSpecTest.java201 String[] encryptionPaddings = new String[] { in testImmutabilityViaSetterParams() local
203 String[] originalEncryptionPaddings = encryptionPaddings.clone(); in testImmutabilityViaSetterParams()
214 .setEncryptionPaddings(encryptionPaddings) in testImmutabilityViaSetterParams()
239 encryptionPaddings[0] = null; in testImmutabilityViaSetterParams()
DKeyGeneratorTest.java469 String[] encryptionPaddings = in testGenerateHonorsRequestedAuthorizations() local
486 .setEncryptionPaddings(encryptionPaddings) in testGenerateHonorsRequestedAuthorizations()
500 Arrays.asList(encryptionPaddings), keyInfo.getEncryptionPaddings()); in testGenerateHonorsRequestedAuthorizations()
DKeyFactoryTest.java101 String[] encryptionPaddings = in testGetKeySpecWithKeystorePrivateKeyAndKeyInfoReflectsAllAuthorizations() local
113 .setEncryptionPaddings(encryptionPaddings) in testGetKeySpecWithKeystorePrivateKeyAndKeyInfoReflectsAllAuthorizations()
132 actualEncryptionPaddings, encryptionPaddings); in testGetKeySpecWithKeystorePrivateKeyAndKeyInfoReflectsAllAuthorizations()
DKeyPairGeneratorTest.java311 String[] encryptionPaddings = in testGenerateHonorsRequestedAuthorizations() local
320 .setEncryptionPaddings(encryptionPaddings) in testGenerateHonorsRequestedAuthorizations()
339 actualEncryptionPaddings, encryptionPaddings); in testGenerateHonorsRequestedAuthorizations()