Home
last modified time | relevance | path

Searched refs:km2_device (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/keymaster/ng/
H A DAndroidKeymaster3Device.cpp504 IKeymasterDevice* CreateKeymasterDevice(keymaster2_device_t* km2_device) { in CreateKeymasterDevice() argument
505 if (ConfigureDevice(km2_device) != KM_ERROR_OK) return nullptr; in CreateKeymasterDevice()
506 auto context = new Keymaster2PassthroughContext(KmVersion::KEYMASTER_3, km2_device); in CreateKeymasterDevice()
/aosp12/system/keymaster/ng/include/
H A DAndroidKeymaster3Device.h99 IKeymasterDevice* CreateKeymasterDevice(keymaster2_device_t* km2_device);