Searched refs:encryptionPadding (Results 1 – 2 of 2) sorted by relevance
830 String encryptionPadding = getCipherEncryptionPadding(transformation); in getMaxSupportedPlaintextInputSizeBytes() local832 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() local964 .setEncryptionPaddings(encryptionPadding) in getMinimalWorkingImportParametersForCipheringWith()972 String encryptionPadding = TestUtils.getCipherEncryptionPadding(transformation); in getMinimalWorkingImportParametersForCipheringWith() local974 !KeyProperties.ENCRYPTION_PADDING_NONE.equalsIgnoreCase(encryptionPadding); in getMinimalWorkingImportParametersForCipheringWith()978 .setEncryptionPaddings(encryptionPadding) in getMinimalWorkingImportParametersForCipheringWith()
1649 String encryptionPadding = in testEntropyConsumption() local1652 encryptionPadding)) { in testEntropyConsumption()1658 } else if (encryptionPadding.equalsIgnoreCase( in testEntropyConsumption()1662 } else if (encryptionPadding.equalsIgnoreCase( in testEntropyConsumption()1667 "Unexpected encryption padding: " + encryptionPadding); in testEntropyConsumption()