Searched defs:sdd_mgr (Results 1 – 2 of 2) sorted by relevance
21 let mut sdd_mgr = InMemorySlotManager::<10>::default(); in test_sdd_slot_holder() localVariable55 let mut sdd_mgr = InMemorySlotManager::<10>::default(); in test_sdd_factory_secret() localVariable67 let mut sdd_mgr = InMemorySlotManager::<2>::default(); in test_sdd_exhaustion() localVariable
34 pub sdd_mgr: Option<&'a mut dyn keyblob::SecureDeletionSecretManager>, field