Home
last modified time | relevance | path

Searched refs:actualEncryptionPaddings (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyFactoryTest.java127 List<String> actualEncryptionPaddings = in testGetKeySpecWithKeystorePrivateKeyAndKeyInfoReflectsAllAuthorizations() local
130 actualEncryptionPaddings.remove(KeyProperties.ENCRYPTION_PADDING_NONE); in testGetKeySpecWithKeystorePrivateKeyAndKeyInfoReflectsAllAuthorizations()
132 actualEncryptionPaddings, encryptionPaddings); in testGetKeySpecWithKeystorePrivateKeyAndKeyInfoReflectsAllAuthorizations()
DKeyPairGeneratorTest.java344 List<String> actualEncryptionPaddings = in testGenerateHonorsRequestedAuthorizationsHelper() local
347 actualEncryptionPaddings.remove(KeyProperties.ENCRYPTION_PADDING_NONE); in testGenerateHonorsRequestedAuthorizationsHelper()
349 actualEncryptionPaddings, encryptionPaddings); in testGenerateHonorsRequestedAuthorizationsHelper()
1063 List<String> actualEncryptionPaddings = in testGenerate_RSA_ModernSpec_AsCustomAsPossible() local
1066 actualEncryptionPaddings.remove(KeyProperties.ENCRYPTION_PADDING_NONE); in testGenerate_RSA_ModernSpec_AsCustomAsPossible()
1067 TestUtils.assertContentsInAnyOrder(actualEncryptionPaddings, in testGenerate_RSA_ModernSpec_AsCustomAsPossible()
1153 List<String> actualEncryptionPaddings = in testGenerate_RSA_ModernSpec_AsCustomAsPossibleStrongbox() local
1156 actualEncryptionPaddings.remove(KeyProperties.ENCRYPTION_PADDING_NONE); in testGenerate_RSA_ModernSpec_AsCustomAsPossibleStrongbox()
1157 TestUtils.assertContentsInAnyOrder(actualEncryptionPaddings, in testGenerate_RSA_ModernSpec_AsCustomAsPossibleStrongbox()