Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DAesCipherPerformanceTest.java86 .setBlockModes(TestUtils.getCipherBlockMode(algorithm)) in AndroidKeystoreAesKeyGenerator()
DDesCipherPerformanceTest.java88 .setBlockModes(TestUtils.getCipherBlockMode(algorithm)) in AndroidKeystoreDesKeyGenerator()
DRsaCipherPerformanceTest.java90 .setBlockModes(TestUtils.getCipherBlockMode(algorithm)) in AndroidKeystoreRsaKeyGenerator()
DTestUtils.java809 static String getCipherBlockMode(String transformation) { in getCipherBlockMode() method in TestUtils
1032 String blockMode = TestUtils.getCipherBlockMode(transformation); in getMinimalWorkingImportParametersForCipheringWith()