Home
last modified time | relevance | path

Searched defs:blockMode (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/keystore/src/android/keystore/cts/
DAESCipherNistCavpKatTest.java196 String blockMode = fileName.substring(0, 3); in runTestsForKatFile() local
204 private void runTestsForKatFile(String blockMode, byte[] fileContents) throws Exception { in runTestsForKatFile()
DImportWrappedKeyTest.java462 DERTaggedObject blockMode = new DERTaggedObject(true, 4, blockModeSet); in makeAuthList() local
DCipherTest.java1783 String blockMode = TestUtils.getCipherBlockMode(transformation); in getWorkingDecryptionParameterSpec() local
1798 String blockMode = TestUtils.getCipherBlockMode(transformation); in getWorkingDecryptionParameterSpec() local
/cts/tests/tests/keystore/src/android/keystore/cts/util/
DTestUtils.java1110 String blockMode = TestUtils.getCipherBlockMode(transformation); in getMinimalWorkingImportParametersForCipheringWith() local