Home
last modified time | relevance | path

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

/aosp_15_r20/trusty/user/app/keymint/
Dkey_wrapper.rs26 use kmr_ta::device::StorageKeyWrapper;
44 impl StorageKeyWrapper for TrustyStorageKeyWrapper {
/aosp_15_r20/system/keymint/ta/src/
H A Ddevice.rs55 pub sk_wrapper: Option<Box<dyn StorageKeyWrapper>>,
343 pub trait StorageKeyWrapper { trait
/aosp_15_r20/system/keymint/
H A DREADME.md198 - [ ] Storage key wrapping integration (optional): `StorageKeyWrapper`.