Searched defs:sdd_mgr (Results 1 – 6 of 6) sorted by relevance
35 let mut sdd_mgr = InMemorySlotManager::<10>::default(); in test_sdd_slot_holder() localVariable69 let mut sdd_mgr = InMemorySlotManager::<10>::default(); in test_sdd_factory_secret() localVariable81 let mut sdd_mgr = InMemorySlotManager::<2>::default(); in test_sdd_exhaustion() localVariable
84 let sdd_mgr = TrustySecureDeletionSecretManager::new(); in main() localVariable
76 let mut sdd_mgr = Self { data: storage::SecureDeletionData::default() }; in new() localVariable
89 let sdd_mgr: Option<Box<dyn kmr_common::keyblob::SecureDeletionSecretManager>> = in ta_main() localVariable
34 pub sdd_mgr: Option<Box<dyn SecureDeletionSecretManager>>, field
48 pub sdd_mgr: Option<Box<dyn keyblob::SecureDeletionSecretManager>>, field