Searched defs:sdd_mgr (Results 1 – 2 of 2) 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
48 pub sdd_mgr: Option<Box<dyn keyblob::SecureDeletionSecretManager>>, field