Home
last modified time | relevance | path

Searched refs:InMemoryStore (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/security/secretkeeper/default/src/
Dstore.rs27 pub struct InMemoryStore(HashMap<Vec<u8>, Vec<u8>>); struct
28 impl KeyValueStore for InMemoryStore { implementation
Dlib.rs54 let storage_impl = Box::new(store::InMemoryStore::default()); in new()