Home
last modified time | relevance | path

Searched refs:export_key (Results 1 – 7 of 7) 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.h152 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/
Dsoft_keymaster_device.cpp297 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/
Dandroid_keymaster_test_utils.cpp617 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/
Dkeymaster_passthrough_engine.cpp100 keymaster_error_t error = km_device_->export_key(km_device_, format, &blob, &client_id, in ExportKey()
Dkeymaster1_engine.cpp370 *error = keymaster1_device_->export_key(keymaster1_device_, KM_KEY_FORMAT_X509, &blob, in GetKeymaster1PublicKey()
/system/security/keystore/
Dlegacy_keymaster_device_wrapper.cpp330 auto rc = keymaster_device_->export_key(keymaster_device_, legacy_enum_conversion(exportFormat), in exportKey()