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.java830 String encryptionPadding = getCipherEncryptionPadding(transformation); in getMaxSupportedPlaintextInputSizeBytes() local
832 if (KeyProperties.ENCRYPTION_PADDING_NONE.equalsIgnoreCase(encryptionPadding)) { in getMaxSupportedPlaintextInputSizeBytes()
835 encryptionPadding)) { in getMaxSupportedPlaintextInputSizeBytes()
838 encryptionPadding)) { in getMaxSupportedPlaintextInputSizeBytes()
844 "Unsupported encryption padding scheme: " + encryptionPadding); in getMaxSupportedPlaintextInputSizeBytes()
952 String encryptionPadding = TestUtils.getCipherEncryptionPadding(transformation); in getMinimalWorkingImportParametersForCipheringWith() local
964 .setEncryptionPaddings(encryptionPadding) in getMinimalWorkingImportParametersForCipheringWith()
972 String encryptionPadding = TestUtils.getCipherEncryptionPadding(transformation); in getMinimalWorkingImportParametersForCipheringWith() local
974 !KeyProperties.ENCRYPTION_PADDING_NONE.equalsIgnoreCase(encryptionPadding); in getMinimalWorkingImportParametersForCipheringWith()
978 .setEncryptionPaddings(encryptionPadding) in getMinimalWorkingImportParametersForCipheringWith()
DCipherTest.java1649 String encryptionPadding = in testEntropyConsumption() local
1652 encryptionPadding)) { in testEntropyConsumption()
1658 } else if (encryptionPadding.equalsIgnoreCase( in testEntropyConsumption()
1662 } else if (encryptionPadding.equalsIgnoreCase( in testEntropyConsumption()
1667 "Unexpected encryption padding: " + encryptionPadding); in testEntropyConsumption()