|
tpm2-tss 4.1.3
TPM Software stack 2.0 TCG spec compliant implementation
|
#include <fapi_int.h>
Data Fields | |
| uint8_t | type |
| uint8_t * | data |
| size_t | length |
| bool | is_key |
| bool | is_persistent_key |
| ESYS_TR | new_object_handle |
| TPM2_HANDLE | permanentHandle |
| IFAPI_OBJECT | auth_object |
| ESYS_TR | auth_index |
| char * | path |
| IFAPI_OBJECT | object |
| IFAPI_OBJECT * | key_object |
The data structure holding internal state of esys get blob.
| ESYS_TR auth_index |
The ESAPI handle of the nv authorization object
| IFAPI_OBJECT auth_object |
Object used for authentication
| uint8_t* data |
data of the blob to be returned
| bool is_key |
Object is a key
| bool is_persistent_key |
Object is a persistent key
| IFAPI_OBJECT* key_object |
Loaded key object
| size_t length |
The size of the data to be returned
| IFAPI_OBJECT object |
Deserialized object
| char* path |
The path of the object
| TPM2_HANDLE permanentHandle |
The TPM permanent handle
| uint8_t type |
type of blob to be returned