Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DCipherTest.java779 List<ImportedKey> importedKeys = new ArrayList<>(); in testUnlockedDeviceRequiredKeysAreInvalidatedByLockRemoval() local
783 importedKeys.add(importDefaultKatKey(algorithm, importParams)); in testUnlockedDeviceRequiredKeysAreInvalidatedByLockRemoval()
787 for (ImportedKey key : importedKeys) { in testUnlockedDeviceRequiredKeysAreInvalidatedByLockRemoval()
797 List<Pair<String, ImportedKey>> importedKeys = new ArrayList<>(); in testUnlockedDeviceRequiredKeysAreNotInvalidatedByLockRemoval() local
802 importedKeys.add(Pair.create(algorithm, key)); in testUnlockedDeviceRequiredKeysAreNotInvalidatedByLockRemoval()
806 for (Pair<String, ImportedKey> pair : importedKeys) { in testUnlockedDeviceRequiredKeysAreNotInvalidatedByLockRemoval()
1352 List<ImportedKey> importedKeys = new ArrayList<>(); in testAuthBoundKeysAreInvalidatedByLockRemoval() local
1362 importedKeys.add(key); in testAuthBoundKeysAreInvalidatedByLockRemoval()
1368 for (ImportedKey key : importedKeys) { in testAuthBoundKeysAreInvalidatedByLockRemoval()