Home
last modified time | relevance | path

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

/system/secretkeeper/core/src/
Dstore.rs44 pub struct PolicyGatedStorage { struct
48 impl PolicyGatedStorage { implementation
Dta.rs20 use crate::store::{KeyValueStore, PolicyGatedStorage};
94 store: PolicyGatedStorage,
137 let store = PolicyGatedStorage::init(storage_impl); in new_with_session_limit()