Searched defs:IKeyMintDevice (Results 1 – 6 of 6) sorted by relevance
/system/security/keystore2/src/ |
D | globals.rs | 214 ) -> 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()
|
D | km_compat.rs | 137 real: Strong<dyn IKeyMintDevice>, in wrap() 138 ) -> anyhow::Result<Strong<dyn IKeyMintDevice>> { in wrap()
|
D | utils.rs | 173 km_dev: &dyn IKeyMintDevice, in upgrade_keyblob_if_required_with()
|
D | security_level.rs | 842 km_dev: &dyn IKeyMintDevice, in upgrade_keyblob_if_required_with()
|
/system/security/keystore2/src/km_compat/ |
D | lib.rs | 74 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/ |
D | keymint.rs | 66 ) -> binder::Strong<dyn keymint::IKeyMintDevice::IKeyMintDevice> { in new_as_binder()
|