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.java765 String encryptionPadding = getCipherEncryptionPadding(transformation); in getMaxSupportedPlaintextInputSizeBytes() local
767 if (KeyProperties.ENCRYPTION_PADDING_NONE.equalsIgnoreCase(encryptionPadding)) { in getMaxSupportedPlaintextInputSizeBytes()
770 encryptionPadding)) { in getMaxSupportedPlaintextInputSizeBytes()
773 encryptionPadding)) { in getMaxSupportedPlaintextInputSizeBytes()
779 "Unsupported encryption padding scheme: " + encryptionPadding); in getMaxSupportedPlaintextInputSizeBytes()
869 String encryptionPadding = TestUtils.getCipherEncryptionPadding(transformation); in getMinimalWorkingImportParametersForCipheringWith() local
881 .setEncryptionPaddings(encryptionPadding) in getMinimalWorkingImportParametersForCipheringWith()
886 String encryptionPadding = TestUtils.getCipherEncryptionPadding(transformation); in getMinimalWorkingImportParametersForCipheringWith() local
888 !KeyProperties.ENCRYPTION_PADDING_NONE.equalsIgnoreCase(encryptionPadding); in getMinimalWorkingImportParametersForCipheringWith()
892 .setEncryptionPaddings(encryptionPadding) in getMinimalWorkingImportParametersForCipheringWith()
DCipherTest.java1356 String encryptionPadding = in testEntropyConsumption() local
1359 encryptionPadding)) { in testEntropyConsumption()
1365 } else if (encryptionPadding.equalsIgnoreCase( in testEntropyConsumption()
1369 } else if (encryptionPadding.equalsIgnoreCase( in testEntropyConsumption()
1374 "Unexpected encryption padding: " + encryptionPadding); in testEntropyConsumption()