Home
last modified time | relevance | path

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

/system/security/keystore2/src/
Dglobals.rs214 ) -> Result<(Strong<dyn IKeyMintDevice>, KeyMintHardwareInfo)> { in connect_keymint()
329 ) -> Result<(Strong<dyn IKeyMintDevice>, KeyMintHardwareInfo, Uuid)> { in get_keymint_device()
348 ) -> Result<(Strong<dyn IKeyMintDevice>, KeyMintHardwareInfo)> { in get_keymint_dev_by_uuid()
Dkm_compat.rs137 real: Strong<dyn IKeyMintDevice>, in wrap()
138 ) -> anyhow::Result<Strong<dyn IKeyMintDevice>> { in wrap()
Dutils.rs173 km_dev: &dyn IKeyMintDevice, in upgrade_keyblob_if_required_with()
Dsecurity_level.rs842 km_dev: &dyn IKeyMintDevice, in upgrade_keyblob_if_required_with()
/system/security/keystore2/src/km_compat/
Dlib.rs74 fn generate_key(legacy: &dyn IKeyMintDevice, kps: Vec<KeyParameter>) -> KeyCreationResult { in generate_key()
85 fn generate_rsa_key(legacy: &dyn IKeyMintDevice, encrypt: bool, attest: bool) -> Vec<u8> { in generate_rsa_key()
245 legacy: &dyn IKeyMintDevice, in begin()
/system/keymint/hal/src/
Dkeymint.rs66 ) -> binder::Strong<dyn keymint::IKeyMintDevice::IKeyMintDevice> { in new_as_binder()