Home
last modified time | relevance | path

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

/system/keymaster/android_keymaster/
Dkeymaster_configuration.cpp70 keymaster_error_t ConfigureDevice(keymaster2_device_t* dev, uint32_t os_version, in ConfigureDevice() function
78 keymaster_error_t ConfigureDevice(keymaster2_device_t* dev) { in ConfigureDevice() function
79 return ConfigureDevice(dev, GetOsVersion(), GetOsPatchlevel()); in ConfigureDevice()
/system/keymaster/include/keymaster/
Dkeymaster_configuration.h33 keymaster_error_t ConfigureDevice(keymaster2_device_t* dev);
/system/core/trusty/keymaster/legacy/
Dtrusty_keymaster_main.cpp388 keymaster::ConfigureDevice(reinterpret_cast<keymaster2_device_t*>(&device)); in main()
/system/security/keystore/
Dlegacy_keymaster_device_wrapper.cpp537 auto kmrc = ::keymaster::ConfigureDevice(dev); in makeSoftwareKeymasterDevice()
/system/keymaster/ng/
DAndroidKeymaster3Device.cpp500 if (ConfigureDevice(km2_device) != KM_ERROR_OK) return nullptr; in CreateKeymasterDevice()