Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/interfaces/security/secretkeeper/default/src/
H A Dstore.rs27 pub struct InMemoryStore(HashMap<Vec<u8>, Vec<u8>>); struct
28 impl KeyValueStore for InMemoryStore { implementation