Home
last modified time | relevance | path

Searched refs:TrustyStorageKeyWrapper (Results 1 – 3 of 3) sorted by relevance

/trusty/user/app/keymint/
Dlib.rs33 pub use key_wrapper::{TrustyAes, TrustyStorageKeyWrapper};
Dmain.rs25 use keymint::{TrustyAes, TrustyStorageKeyWrapper};
100 sk_wrapper: Some(Box::new(TrustyStorageKeyWrapper)), in main()
Dkey_wrapper.rs42 pub struct TrustyStorageKeyWrapper; struct
44 impl StorageKeyWrapper for TrustyStorageKeyWrapper { implementation