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.java766 String encryptionPadding = getCipherEncryptionPadding(transformation); in getMaxSupportedPlaintextInputSizeBytes() local
768 if (KeyProperties.ENCRYPTION_PADDING_NONE.equalsIgnoreCase(encryptionPadding)) { in getMaxSupportedPlaintextInputSizeBytes()
771 encryptionPadding)) { in getMaxSupportedPlaintextInputSizeBytes()
774 encryptionPadding)) { in getMaxSupportedPlaintextInputSizeBytes()
780 "Unsupported encryption padding scheme: " + encryptionPadding); in getMaxSupportedPlaintextInputSizeBytes()
870 String encryptionPadding = TestUtils.getCipherEncryptionPadding(transformation); in getMinimalWorkingImportParametersForCipheringWith() local
882 .setEncryptionPaddings(encryptionPadding) in getMinimalWorkingImportParametersForCipheringWith()
887 String encryptionPadding = TestUtils.getCipherEncryptionPadding(transformation); in getMinimalWorkingImportParametersForCipheringWith() local
889 !KeyProperties.ENCRYPTION_PADDING_NONE.equalsIgnoreCase(encryptionPadding); in getMinimalWorkingImportParametersForCipheringWith()
893 .setEncryptionPaddings(encryptionPadding) in getMinimalWorkingImportParametersForCipheringWith()
DCipherTest.java1370 String encryptionPadding = in testEntropyConsumption() local
1373 encryptionPadding)) { in testEntropyConsumption()
1379 } else if (encryptionPadding.equalsIgnoreCase( in testEntropyConsumption()
1383 } else if (encryptionPadding.equalsIgnoreCase( in testEntropyConsumption()
1388 "Unexpected encryption padding: " + encryptionPadding); in testEntropyConsumption()