Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DDesCipherPerformanceTest.java78 .setBlockModes(TestUtils.getCipherBlockMode(algorithm)) in AndroidKeystoreDesKeyGenerator()
DAesCipherPerformanceTest.java86 .setBlockModes(TestUtils.getCipherBlockMode(algorithm)) in AndroidKeystoreAesKeyGenerator()
DRsaCipherPerformanceTest.java90 .setBlockModes(TestUtils.getCipherBlockMode(algorithm)) in AndroidKeystoreRsaKeyGenerator()
DCipherTest.java1132 String goodBlockMode = TestUtils.getCipherBlockMode(transformation); in testInitDecryptFailsWhenBlockModeNotAuthorized()
1164 String goodBlockMode = TestUtils.getCipherBlockMode(transformation); in testInitEncryptSymmetricFailsWhenBlockModeNotAuthorized()
1597 TestUtils.getCipherBlockMode(transformation).toUpperCase(Locale.US); in testEntropyConsumption()
1615 TestUtils.getCipherBlockMode(transformation).toUpperCase(Locale.US); in testEntropyConsumption()
1707 String blockMode = TestUtils.getCipherBlockMode(transformation); in getWorkingDecryptionParameterSpec()
1722 String blockMode = TestUtils.getCipherBlockMode(transformation); in getWorkingDecryptionParameterSpec()
DTestUtils.java752 static String getCipherBlockMode(String transformation) { in getCipherBlockMode() method in TestUtils
953 String blockMode = TestUtils.getCipherBlockMode(transformation); in getMinimalWorkingImportParametersForCipheringWith()