Searched defs:IKeyMintDevice (Results 1 – 5 of 5) sorted by relevance
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()
37 interface IKeyMintDevice { interface
219 interface IKeyMintDevice { interface
825 km_dev: &dyn IKeyMintDevice, in upgrade_keyblob_if_required_with()