Searched refs:km2_device (Results 1 – 2 of 2) sorted by relevance
504 IKeymasterDevice* CreateKeymasterDevice(keymaster2_device_t* km2_device) { in CreateKeymasterDevice() argument505 if (ConfigureDevice(km2_device) != KM_ERROR_OK) return nullptr; in CreateKeymasterDevice()506 auto context = new Keymaster2PassthroughContext(KmVersion::KEYMASTER_3, km2_device); in CreateKeymasterDevice()
99 IKeymasterDevice* CreateKeymasterDevice(keymaster2_device_t* km2_device);