Searched refs:getCipherBlockMode (Results 1 – 5 of 5) sorted by relevance
78 .setBlockModes(TestUtils.getCipherBlockMode(algorithm)) in AndroidKeystoreDesKeyGenerator()
86 .setBlockModes(TestUtils.getCipherBlockMode(algorithm)) in AndroidKeystoreAesKeyGenerator()
90 .setBlockModes(TestUtils.getCipherBlockMode(algorithm)) in AndroidKeystoreRsaKeyGenerator()
1132 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()
752 static String getCipherBlockMode(String transformation) { in getCipherBlockMode() method in TestUtils953 String blockMode = TestUtils.getCipherBlockMode(transformation); in getMinimalWorkingImportParametersForCipheringWith()