Home
last modified time | relevance | path

Searched refs:storage_key_blob (Results 1 – 4 of 4) sorted by relevance

/system/keymint/common/
Dgenerated.cddl474 storage_key_blob: bstr,
/system/keymint/hal/src/
Dkeymint.rs249 storage_key_blob: storageKeyBlob.to_vec(), in convertStorageKeyToEphemeral()
/system/keymint/wire/src/
Dtypes.rs194 pub storage_key_blob: Vec<u8>, field
/system/keymint/ta/src/
Dlib.rs829 match self.convert_storage_key_to_ephemeral(&req.storage_key_blob) { in process_req()