Home
last modified time | relevance | path

Searched refs:getCipherEncryptionPadding (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/keystore/src/android/keystore/cts/performance/
DDesCipherPerformanceTest.java97 TestUtils.getCipherEncryptionPadding(algorithm)) in AndroidKeystoreDesKeyGenerator()
DAesCipherPerformanceTest.java95 TestUtils.getCipherEncryptionPadding(algorithm)) in AndroidKeystoreAesKeyGenerator()
DRsaCipherPerformanceTest.java98 TestUtils.getCipherEncryptionPadding(algorithm)) in AndroidKeystoreRsaKeyGenerator()
/cts/tests/tests/keystore/src/android/keystore/cts/util/
DTestUtils.java950 public static String getCipherEncryptionPadding(String transformation) { in getCipherEncryptionPadding() method in TestUtils
1043 String encryptionPadding = getCipherEncryptionPadding(transformation); in getMaxSupportedPlaintextInputSizeBytes()
1187 String encryptionPadding = TestUtils.getCipherEncryptionPadding(transformation); in getMinimalWorkingImportParametersForCipheringWith()
1207 String encryptionPadding = TestUtils.getCipherEncryptionPadding(transformation); in getMinimalWorkingImportParametersForCipheringWith()
/cts/tests/tests/keystore/src/android/keystore/cts/
DCipherTest.java1633 String impliedEncryptionPadding = TestUtils.getCipherEncryptionPadding(transformation); in testInitDecryptFailsWhenPaddingSchemeNotAuthorized()
1683 String impliedEncryptionPadding = TestUtils.getCipherEncryptionPadding(transformation); in testInitEncryptSymmetricFailsWhenPaddingSchemeNotAuthorized()