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.java155 String[] encryptionPaddings = new String[] { in testImmutabilityViaSetterParams() local
157 String[] originalEncryptionPaddings = encryptionPaddings.clone(); in testImmutabilityViaSetterParams()
166 .setEncryptionPaddings(encryptionPaddings) in testImmutabilityViaSetterParams()
183 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.java204 String[] encryptionPaddings = new String[] { in testImmutabilityViaSetterParams() local
206 String[] originalEncryptionPaddings = encryptionPaddings.clone(); in testImmutabilityViaSetterParams()
217 .setEncryptionPaddings(encryptionPaddings) in testImmutabilityViaSetterParams()
242 encryptionPaddings[0] = null; in testImmutabilityViaSetterParams()
DKeyFactoryTest.java101 String[] encryptionPaddings = in testGetKeySpecWithKeystorePrivateKeyAndKeyInfoReflectsAllAuthorizations() local
113 .setEncryptionPaddings(encryptionPaddings) in testGetKeySpecWithKeystorePrivateKeyAndKeyInfoReflectsAllAuthorizations()
132 actualEncryptionPaddings, encryptionPaddings); in testGetKeySpecWithKeystorePrivateKeyAndKeyInfoReflectsAllAuthorizations()
DKeyGeneratorTest.java680 String[] encryptionPaddings = in testGenerateHonorsRequestedAuthorizationsHelper() local
697 .setEncryptionPaddings(encryptionPaddings) in testGenerateHonorsRequestedAuthorizationsHelper()
712 Arrays.asList(encryptionPaddings), keyInfo.getEncryptionPaddings()); in testGenerateHonorsRequestedAuthorizationsHelper()
DKeyPairGeneratorTest.java320 String[] encryptionPaddings = in testGenerateHonorsRequestedAuthorizationsHelper() local
329 .setEncryptionPaddings(encryptionPaddings) in testGenerateHonorsRequestedAuthorizationsHelper()
349 actualEncryptionPaddings, encryptionPaddings); in testGenerateHonorsRequestedAuthorizationsHelper()