Home
last modified time | relevance | path

Searched defs:sdd_mgr (Results 1 – 2 of 2) sorted by relevance

/system/keymint/common/src/keyblob/
Dtests.rs21 let mut sdd_mgr = InMemorySlotManager::<10>::default(); in test_sdd_slot_holder() localVariable
55 let mut sdd_mgr = InMemorySlotManager::<10>::default(); in test_sdd_factory_secret() localVariable
67 let mut sdd_mgr = InMemorySlotManager::<2>::default(); in test_sdd_exhaustion() localVariable
/system/keymint/ta/src/
Ddevice.rs34 pub sdd_mgr: Option<&'a mut dyn keyblob::SecureDeletionSecretManager>, field