Searched defs:IKeyMintDevice (Results 1 – 5 of 5) sorted by relevance
/system/security/keystore2/src/ |
D | globals.rs | 217 ) -> 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()
|
D | utils.rs | 184 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()
|
D | km_compat.rs | 147 real: Strong<dyn IKeyMintDevice>, in wrap() 148 ) -> anyhow::Result<Strong<dyn IKeyMintDevice>> { in wrap()
|
/system/security/keystore2/src/km_compat/ |
D | lib.rs | 75 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/ |
D | keymint.rs | 81 ) -> binder::Strong<dyn keymint::IKeyMintDevice::IKeyMintDevice> { in new_as_binder()
|