Searched refs:encryptionPadding (Results 1 – 2 of 2) sorted by relevance
766 String encryptionPadding = getCipherEncryptionPadding(transformation); in getMaxSupportedPlaintextInputSizeBytes() local768 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() local882 .setEncryptionPaddings(encryptionPadding) in getMinimalWorkingImportParametersForCipheringWith()887 String encryptionPadding = TestUtils.getCipherEncryptionPadding(transformation); in getMinimalWorkingImportParametersForCipheringWith() local889 !KeyProperties.ENCRYPTION_PADDING_NONE.equalsIgnoreCase(encryptionPadding); in getMinimalWorkingImportParametersForCipheringWith()893 .setEncryptionPaddings(encryptionPadding) in getMinimalWorkingImportParametersForCipheringWith()
1370 String encryptionPadding = in testEntropyConsumption() local1373 encryptionPadding)) { in testEntropyConsumption()1379 } else if (encryptionPadding.equalsIgnoreCase( in testEntropyConsumption()1383 } else if (encryptionPadding.equalsIgnoreCase( in testEntropyConsumption()1388 "Unexpected encryption padding: " + encryptionPadding); in testEntropyConsumption()