Searched refs:blockMode (Results 1 – 4 of 4) sorted by relevance
158 String blockMode = fileName.substring(0, 3); in runTestsForKatFile() local159 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() argument230 runKatTest(blockMode, encrypt, testVector); in runTestsForKatFile()
1510 String blockMode = in testEntropyConsumption() local1513 switch (blockMode) { in testEntropyConsumption()1525 throw new RuntimeException("Unsupported block mode " + blockMode); in testEntropyConsumption()1528 String blockMode = in testEntropyConsumption() local1531 switch (blockMode) { in testEntropyConsumption()1539 throw new RuntimeException("Unsupported block mode " + blockMode); in testEntropyConsumption()1621 String blockMode = TestUtils.getCipherBlockMode(transformation); in getWorkingDecryptionParameterSpec() local1622 if (KeyProperties.BLOCK_MODE_ECB.equalsIgnoreCase(blockMode)) { in getWorkingDecryptionParameterSpec()1624 } else if ((KeyProperties.BLOCK_MODE_CBC.equalsIgnoreCase(blockMode)) in getWorkingDecryptionParameterSpec()1625 || (KeyProperties.BLOCK_MODE_CTR.equalsIgnoreCase(blockMode))) { in getWorkingDecryptionParameterSpec()[all …]
316 DERTaggedObject blockMode = new DERTaggedObject(true, 4, blockModeSet); in makeAuthList() local331 allItems.add(blockMode); in makeAuthList()
903 String blockMode = TestUtils.getCipherBlockMode(transformation); in getMinimalWorkingImportParametersForCipheringWith() local905 if (KeyProperties.BLOCK_MODE_ECB.equalsIgnoreCase(blockMode)) { in getMinimalWorkingImportParametersForCipheringWith()913 .setBlockModes(blockMode) in getMinimalWorkingImportParametersForCipheringWith()