Searched refs:export_key (Results 1 – 5 of 5) sorted by relevance
/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/ |
D | soft_keymaster_device.cpp | 261 km1_device_.export_key = export_key; in initialize_device_struct() 284 km2_device_.export_key = export_key; in initialize_device_struct() 989 keymaster_error_t SoftKeymasterDevice::export_key(const keymaster1_device_t* dev, in export_key() function in keymaster::SoftKeymasterDevice 1003 return km1_dev->export_key(km1_dev, export_format, key_to_export, client_id, app_data, in export_key() 1029 keymaster_error_t SoftKeymasterDevice::export_key(const keymaster2_device_t* dev, in export_key() function in keymaster::SoftKeymasterDevice 1042 return export_key(&sk_dev->km1_device_, export_format, key_to_export, client_id, app_data, in export_key()
|
D | android_keymaster_test_utils.cpp | 614 keymaster_error_t error = device()->export_key(device(), format, &blob_, &client_id_, in ExportKey() 701 device_.export_key = export_key; in Sha256OnlyWrapper() 844 static keymaster_error_t export_key(const struct keymaster1_device* dev, // in export_key() function in keymaster::test::Sha256OnlyWrapper 850 return unwrap(dev)->export_key(unwrap(dev), export_format, key_to_export, client_id, in export_key()
|
D | keymaster1_engine.cpp | 375 *error = keymaster1_device_->export_key(keymaster1_device_, KM_KEY_FORMAT_X509, &blob, in GetKeymaster1PublicKey()
|
/system/security/keystore/ |
D | key_store_service.cpp | 803 if (!dev->export_key) { in exportKey() 808 rc = dev->export_key(dev, format, &key, clientId, appData, &output); in exportKey()
|