|
tpm2-tss 4.1.3
TPM Software stack 2.0 TCG spec compliant implementation
|
#include <fapi_int.h>
Data Fields | |
| char const * | pathOfKeyToDuplicate |
| char const * | pathToPublicKeyOfNewParent |
| TPM2B_PUBLIC | public_parent |
| IFAPI_OBJECT * | key_object |
| IFAPI_OBJECT | export_tree |
| IFAPI_OBJECT | pub_key |
| IFAPI_OBJECT | dup_key |
| struct TPMS_POLICY | policy |
| ESYS_TR | handle_ext_key |
| char * | exportedData |
The data structure holding internal state of export key.
| IFAPI_OBJECT dup_key |
The key to be duplicated or exported
| IFAPI_OBJECT export_tree |
The complete tree to be exported
| IFAPI_OBJECT* key_object |
The IPAPI object of the key to be duplicated
| char const* pathOfKeyToDuplicate |
The relative path of the key to be exported
| char const* pathToPublicKeyOfNewParent |
The relative path of the new parent
| IFAPI_OBJECT pub_key |
The public part of the new parent
| TPM2B_PUBLIC public_parent |
The public key of the new parent