Home
last modified time | relevance | path

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

/aosp_15_r20/system/keymint/common/src/keyblob/
H A Dsdd_mem.rs24 pub struct InMemorySlotManager<const N: usize> { struct
29 impl<const N: usize> Default for InMemorySlotManager<N> { argument
39 impl<const N: usize> SecureDeletionSecretManager for InMemorySlotManager<N> { implementation