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()
1563 String encryptionPadding = in testEntropyConsumption() local1566 encryptionPadding)) { in testEntropyConsumption()1572 } else if (encryptionPadding.equalsIgnoreCase( in testEntropyConsumption()1576 } else if (encryptionPadding.equalsIgnoreCase( in testEntropyConsumption()1581 "Unexpected encryption padding: " + encryptionPadding); in testEntropyConsumption()