Searched refs:encryptionPadding (Results 1 – 2 of 2) sorted by relevance
765 String encryptionPadding = getCipherEncryptionPadding(transformation); in getMaxSupportedPlaintextInputSizeBytes() local767 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() local881 .setEncryptionPaddings(encryptionPadding) in getMinimalWorkingImportParametersForCipheringWith()886 String encryptionPadding = TestUtils.getCipherEncryptionPadding(transformation); in getMinimalWorkingImportParametersForCipheringWith() local888 !KeyProperties.ENCRYPTION_PADDING_NONE.equalsIgnoreCase(encryptionPadding); in getMinimalWorkingImportParametersForCipheringWith()892 .setEncryptionPaddings(encryptionPadding) in getMinimalWorkingImportParametersForCipheringWith()
1356 String encryptionPadding = in testEntropyConsumption() local1359 encryptionPadding)) { in testEntropyConsumption()1365 } else if (encryptionPadding.equalsIgnoreCase( in testEntropyConsumption()1369 } else if (encryptionPadding.equalsIgnoreCase( in testEntropyConsumption()1374 "Unexpected encryption padding: " + encryptionPadding); in testEntropyConsumption()