Home
last modified time | relevance | path

Searched defs:IKeyMintDevice (Results 1 – 5 of 5) sorted by relevance

/system/security/keystore2/src/
Dglobals.rs217 ) -> Result<(Strong<dyn IKeyMintDevice>, KeyMintHardwareInfo)> { in connect_keymint()
336 ) -> Result<(Strong<dyn IKeyMintDevice>, KeyMintHardwareInfo, Uuid)> { in get_keymint_device()
355 ) -> Result<(Strong<dyn IKeyMintDevice>, KeyMintHardwareInfo)> { in get_keymint_dev_by_uuid()
Dutils.rs184 km_dev: &dyn IKeyMintDevice, in import_keyblob_and_perform_op()
293 km_dev: &dyn IKeyMintDevice, in upgrade_keyblob_and_perform_op()
323 km_dev: &dyn IKeyMintDevice, in upgrade_keyblob_if_required_with()
Dkm_compat.rs147 real: Strong<dyn IKeyMintDevice>, in wrap()
148 ) -> anyhow::Result<Strong<dyn IKeyMintDevice>> { in wrap()
/system/security/keystore2/src/km_compat/
Dlib.rs75 fn generate_key(legacy: &dyn IKeyMintDevice, kps: Vec<KeyParameter>) -> KeyCreationResult { in generate_key()
86 fn generate_rsa_key(legacy: &dyn IKeyMintDevice, encrypt: bool, attest: bool) -> Vec<u8> { in generate_rsa_key()
246 legacy: &dyn IKeyMintDevice, in begin()
/system/keymint/hal/src/
Dkeymint.rs81 ) -> binder::Strong<dyn keymint::IKeyMintDevice::IKeyMintDevice> { in new_as_binder()