Searched refs:export_key (Results 1 – 5 of 5) sorted by relevance
| /system/core/trusty/keymaster/include/trusty_keymaster/legacy/ |
| D | trusty_keymaster_device.h | 60 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/ |
| D | soft_keymaster_device.h | 144 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/ |
| D | soft_keymaster_device.cpp | 264 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/ |
| D | keymaster_passthrough_engine.cpp | 99 keymaster_error_t error = km_device_->export_key(km_device_, format, &blob, &client_id, in ExportKey()
|
| D | keymaster1_engine.cpp | 348 *error = keymaster1_device_->export_key(keymaster1_device_, KM_KEY_FORMAT_X509, &blob, in GetKeymaster1PublicKey()
|