Home
last modified time | relevance | path

Searched refs:ConfigureDevice (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/keymaster/android_keymaster/
H A Dkeymaster_configuration.cpp111 keymaster_error_t ConfigureDevice(keymaster2_device_t* dev, uint32_t os_version, in ConfigureDevice() function
119 keymaster_error_t ConfigureDevice(keymaster2_device_t* dev) { in ConfigureDevice() function
120 return ConfigureDevice(dev, GetOsVersion(), GetOsPatchlevel()); in ConfigureDevice()
/aosp12/system/keymaster/include/keymaster/
H A Dkeymaster_configuration.h33 keymaster_error_t ConfigureDevice(keymaster2_device_t* dev);
/aosp12/system/keymaster/ng/
H A DAndroidKeymaster3Device.cpp505 if (ConfigureDevice(km2_device) != KM_ERROR_OK) return nullptr; in CreateKeymasterDevice()