Home
last modified time | relevance | path

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

/system/core/trusty/keymaster/include/trusty_keymaster/legacy/
Dtrusty_keymaster_device.h60 keymaster_error_t export_key(keymaster_key_format_t export_format,
114 static keymaster_error_t export_key(const keymaster2_device_t* dev,
/system/keymaster/include/keymaster/
Dsoft_keymaster_device.h144 static keymaster_error_t export_key(const keymaster1_device_t* dev, //
193 static keymaster_error_t export_key(const keymaster2_device_t* dev, //
/system/keymaster/contexts/
Dsoft_keymaster_device.cpp264 km1_device_.export_key = export_key; in initialize_device_struct()
288 km2_device_.export_key = export_key; in initialize_device_struct()
933 keymaster_error_t SoftKeymasterDevice::export_key(const keymaster1_device_t* dev, in export_key() function in keymaster::SoftKeymasterDevice
945 return km1_dev->export_key(km1_dev, export_format, key_to_export, client_id, app_data, in export_key()
970 keymaster_error_t SoftKeymasterDevice::export_key(const keymaster2_device_t* dev, in export_key() function in keymaster::SoftKeymasterDevice
981 return export_key(&sk_dev->km1_device_, export_format, key_to_export, client_id, app_data, in export_key()
/system/keymaster/legacy_support/
Dkeymaster_passthrough_engine.cpp99 keymaster_error_t error = km_device_->export_key(km_device_, format, &blob, &client_id, in ExportKey()
Dkeymaster1_engine.cpp348 *error = keymaster1_device_->export_key(keymaster1_device_, KM_KEY_FORMAT_X509, &blob, in GetKeymaster1PublicKey()