Searched refs:getCipherBlockMode (Results 1 – 2 of 2) sorted by relevance
1073 String goodBlockMode = TestUtils.getCipherBlockMode(transformation); in testInitDecryptFailsWhenBlockModeNotAuthorized()1105 String goodBlockMode = TestUtils.getCipherBlockMode(transformation); in testInitEncryptSymmetricFailsWhenBlockModeNotAuthorized()1538 TestUtils.getCipherBlockMode(transformation).toUpperCase(Locale.US); in testEntropyConsumption()1556 TestUtils.getCipherBlockMode(transformation).toUpperCase(Locale.US); in testEntropyConsumption()1648 String blockMode = TestUtils.getCipherBlockMode(transformation); in getWorkingDecryptionParameterSpec()1663 String blockMode = TestUtils.getCipherBlockMode(transformation); in getWorkingDecryptionParameterSpec()
710 static String getCipherBlockMode(String transformation) { in getCipherBlockMode() method in TestUtils903 String blockMode = TestUtils.getCipherBlockMode(transformation); in getMinimalWorkingImportParametersForCipheringWith()