Searched refs:export_key (Results 1 – 7 of 7) 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 | 152 static keymaster_error_t export_key(const keymaster1_device_t* dev, // 201 static keymaster_error_t export_key(const keymaster2_device_t* dev, //
|
/system/keymaster/contexts/ |
D | soft_keymaster_device.cpp | 297 km1_device_.export_key = export_key; in initialize_device_struct() 321 km2_device_.export_key = export_key; in initialize_device_struct() 1011 keymaster_error_t SoftKeymasterDevice::export_key(const keymaster1_device_t* dev, in export_key() function in keymaster::SoftKeymasterDevice 1025 return km1_dev->export_key(km1_dev, export_format, key_to_export, client_id, app_data, in export_key() 1051 keymaster_error_t SoftKeymasterDevice::export_key(const keymaster2_device_t* dev, in export_key() function in keymaster::SoftKeymasterDevice 1064 return export_key(&sk_dev->km1_device_, export_format, key_to_export, client_id, app_data, in export_key()
|
/system/keymaster/tests/ |
D | android_keymaster_test_utils.cpp | 617 keymaster_error_t error = device()->export_key(device(), format, &blob_, &client_id_, in ExportKey() 726 device_.export_key = export_key; in Sha256OnlyWrapper() 869 static keymaster_error_t export_key(const struct keymaster1_device* dev, // in export_key() function in keymaster::test::Sha256OnlyWrapper 875 return unwrap(dev)->export_key(unwrap(dev), export_format, key_to_export, client_id, in export_key()
|
/system/keymaster/legacy_support/ |
D | keymaster_passthrough_engine.cpp | 100 keymaster_error_t error = km_device_->export_key(km_device_, format, &blob, &client_id, in ExportKey()
|
D | keymaster1_engine.cpp | 370 *error = keymaster1_device_->export_key(keymaster1_device_, KM_KEY_FORMAT_X509, &blob, in GetKeymaster1PublicKey()
|
/system/security/keystore/ |
D | legacy_keymaster_device_wrapper.cpp | 330 auto rc = keymaster_device_->export_key(keymaster_device_, legacy_enum_conversion(exportFormat), in exportKey()
|