Searched refs:encryptionPadding (Results 1 – 2 of 2) sorted by relevance
790 String encryptionPadding = getCipherEncryptionPadding(transformation); in getMaxSupportedPlaintextInputSizeBytes() local792 if (KeyProperties.ENCRYPTION_PADDING_NONE.equalsIgnoreCase(encryptionPadding)) { in getMaxSupportedPlaintextInputSizeBytes()795 encryptionPadding)) { in getMaxSupportedPlaintextInputSizeBytes()798 encryptionPadding)) { in getMaxSupportedPlaintextInputSizeBytes()804 "Unsupported encryption padding scheme: " + encryptionPadding); in getMaxSupportedPlaintextInputSizeBytes()902 String encryptionPadding = TestUtils.getCipherEncryptionPadding(transformation); in getMinimalWorkingImportParametersForCipheringWith() local914 .setEncryptionPaddings(encryptionPadding) in getMinimalWorkingImportParametersForCipheringWith()922 String encryptionPadding = TestUtils.getCipherEncryptionPadding(transformation); in getMinimalWorkingImportParametersForCipheringWith() local924 !KeyProperties.ENCRYPTION_PADDING_NONE.equalsIgnoreCase(encryptionPadding); in getMinimalWorkingImportParametersForCipheringWith()928 .setEncryptionPaddings(encryptionPadding) in getMinimalWorkingImportParametersForCipheringWith()
1590 String encryptionPadding = in testEntropyConsumption() local1593 encryptionPadding)) { in testEntropyConsumption()1599 } else if (encryptionPadding.equalsIgnoreCase( in testEntropyConsumption()1603 } else if (encryptionPadding.equalsIgnoreCase( in testEntropyConsumption()1608 "Unexpected encryption padding: " + encryptionPadding); in testEntropyConsumption()