Searched defs:KeyCreationResult (Results 1 – 3 of 3) sorted by relevance
108 F: FnOnce(&Strong<dyn IKeyMintDevice>) -> Result<KeyCreationResult, binder::Status>, in create_and_store_key()
113 creation_result: KeyCreationResult, in store_new_key()117 let KeyCreationResult { in store_new_key() localVariable
74 fn generate_key(legacy: &dyn IKeyMintDevice, kps: Vec<KeyParameter>) -> KeyCreationResult { in generate_key()