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.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.cpp351 *error = keymaster1_device_->export_key(keymaster1_device_, KM_KEY_FORMAT_X509, &blob, in GetKeymaster1PublicKey()
/system/security/keystore2/src/
Dsw_keyblob.rs52 pub fn export_key( in export_key() function
929 export_key(&input, &[]).expect("invalid keyblob!"); in test_key_new_from_serialized()
Dutils.rs195 crate::sw_keyblob::export_key(inner_keyblob, upgrade_params)?; in import_keyblob_and_perform_op()