Searched refs:TrustyStorageKeyWrapper (Results 1 – 3 of 3) sorted by relevance
33 pub use key_wrapper::{TrustyAes, TrustyStorageKeyWrapper};
25 use keymint::{TrustyAes, TrustyStorageKeyWrapper};100 sk_wrapper: Some(Box::new(TrustyStorageKeyWrapper)), in main()
42 pub struct TrustyStorageKeyWrapper; struct44 impl StorageKeyWrapper for TrustyStorageKeyWrapper { implementation