Home
last modified time | relevance | path

Searched refs:blockMode (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/keystore/src/android/keystore/cts/
DAESCipherNistCavpKatTest.java158 String blockMode = fileName.substring(0, 3); in runTestsForKatFile() local
159 if ("CFB".equals(blockMode)) { in runTestsForKatFile()
160 blockMode = fileName.substring(0, 4); in runTestsForKatFile()
162 runTestsForKatFile(blockMode, entryContents); in runTestsForKatFile()
166 private void runTestsForKatFile(String blockMode, byte[] fileContents) throws Exception { in runTestsForKatFile() argument
230 runKatTest(blockMode, encrypt, testVector); in runTestsForKatFile()
DImportWrappedKeyTest.java385 DERTaggedObject blockMode = new DERTaggedObject(true, 4, blockModeSet); in makeAuthList() local
400 allItems.add(blockMode); in makeAuthList()
DTestUtils.java1032 String blockMode = TestUtils.getCipherBlockMode(transformation); in getMinimalWorkingImportParametersForCipheringWith() local
1034 if (KeyProperties.BLOCK_MODE_ECB.equalsIgnoreCase(blockMode)) { in getMinimalWorkingImportParametersForCipheringWith()
1042 .setBlockModes(blockMode) in getMinimalWorkingImportParametersForCipheringWith()