Home
last modified time | relevance | path

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

/system/keymaster/
Dkeymaster_configuration.cpp64 keymaster_error_t ConfigureDevice(keymaster2_device_t* dev, uint32_t os_version, in ConfigureDevice() function
72 keymaster_error_t ConfigureDevice(keymaster2_device_t* dev) { in ConfigureDevice() function
73 return ConfigureDevice(dev, GetOsVersion(), GetOsPatchlevel()); in ConfigureDevice()
/system/keymaster/include/keymaster/
Dkeymaster_configuration.h33 keymaster_error_t ConfigureDevice(keymaster2_device_t* dev);
/system/security/keystore/
Dlegacy_keymaster_device_wrapper.cpp533 auto kmrc = ::keymaster::ConfigureDevice(dev); in makeSoftwareKeymasterDevice()