Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DCipherTest.java868 String goodBlockMode = TestUtils.getCipherBlockMode(transformation); in testInitDecryptFailsWhenBlockModeNotAuthorized()
900 String goodBlockMode = TestUtils.getCipherBlockMode(transformation); in testInitEncryptSymmetricFailsWhenBlockModeNotAuthorized()
1333 TestUtils.getCipherBlockMode(transformation).toUpperCase(Locale.US); in testEntropyConsumption()
1428 String blockMode = TestUtils.getCipherBlockMode(transformation); in getWorkingDecryptionParameterSpec()
DTestUtils.java688 static String getCipherBlockMode(String transformation) { in getCipherBlockMode() method in TestUtils
872 String blockMode = TestUtils.getCipherBlockMode(transformation); in getMinimalWorkingImportParametersForCipheringWith()