Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DTestUtils.java790 String encryptionPadding = getCipherEncryptionPadding(transformation); in getMaxSupportedPlaintextInputSizeBytes() local
792 if (KeyProperties.ENCRYPTION_PADDING_NONE.equalsIgnoreCase(encryptionPadding)) { in getMaxSupportedPlaintextInputSizeBytes()
795 encryptionPadding)) { in getMaxSupportedPlaintextInputSizeBytes()
798 encryptionPadding)) { in getMaxSupportedPlaintextInputSizeBytes()
804 "Unsupported encryption padding scheme: " + encryptionPadding); in getMaxSupportedPlaintextInputSizeBytes()
902 String encryptionPadding = TestUtils.getCipherEncryptionPadding(transformation); in getMinimalWorkingImportParametersForCipheringWith() local
914 .setEncryptionPaddings(encryptionPadding) in getMinimalWorkingImportParametersForCipheringWith()
922 String encryptionPadding = TestUtils.getCipherEncryptionPadding(transformation); in getMinimalWorkingImportParametersForCipheringWith() local
924 !KeyProperties.ENCRYPTION_PADDING_NONE.equalsIgnoreCase(encryptionPadding); in getMinimalWorkingImportParametersForCipheringWith()
928 .setEncryptionPaddings(encryptionPadding) in getMinimalWorkingImportParametersForCipheringWith()
DCipherTest.java1590 String encryptionPadding = in testEntropyConsumption() local
1593 encryptionPadding)) { in testEntropyConsumption()
1599 } else if (encryptionPadding.equalsIgnoreCase( in testEntropyConsumption()
1603 } else if (encryptionPadding.equalsIgnoreCase( in testEntropyConsumption()
1608 "Unexpected encryption padding: " + encryptionPadding); in testEntropyConsumption()