Home
last modified time | relevance | path

Searched refs:convert_storage_key_to_ephemeral (Results 1 – 8 of 8) sorted by relevance

/system/security/keystore2/src/
Dsecurity_level.rs912 fn convert_storage_key_to_ephemeral( in convert_storage_key_to_ephemeral() method
1051 self.convert_storage_key_to_ephemeral(storage_key).map_err(into_logged_binder) in convertStorageKeyToEphemeral()
Dpermission.rs61 #[selinux(name = convert_storage_key_to_ephemeral)]
/system/sepolicy/microdroid/reqd_mask/
Daccess_vectors749 convert_storage_key_to_ephemeral
/system/sepolicy/private/
Daccess_vectors749 convert_storage_key_to_ephemeral
Dvold.te44 convert_storage_key_to_ephemeral
/system/sepolicy/microdroid/system/private/
Daccess_vectors749 convert_storage_key_to_ephemeral
/system/sepolicy/reqd_mask/
Daccess_vectors749 convert_storage_key_to_ephemeral
/system/keymint/ta/src/
Dlib.rs829 match self.convert_storage_key_to_ephemeral(&req.storage_key_blob) { in process_req()
1078 fn convert_storage_key_to_ephemeral(&self, keyblob: &[u8]) -> Result<Vec<u8>, Error> { in convert_storage_key_to_ephemeral() method