|
tpm2-tss 4.1.3
TPM Software stack 2.0 TCG spec compliant implementation
|
#include <fapi_int.h>
Data Fields | |
| enum IFAPI_KEY_CREATE_STATE | state |
| const char * | keyPath |
| NODE_STR_T * | path_list |
| IFAPI_OBJECT | parent |
| IFAPI_OBJECT | object |
| IFAPI_KEY_TEMPLATE | public_templ |
| TPM2B_PUBLIC | public |
| IFAPI_OBJECT | hierarchy |
| TPM2B_SENSITIVE_CREATE | inSensitive |
| TPM2B_DATA | outsideInfo |
| TPML_PCR_SELECTION | creationPCR |
| ESYS_TR | handle |
| const char * | authValue |
| const char * | policyPath |
| const IFAPI_PROFILE * | profile |
| bool | gen_sensitive_random |
The data structure holding internal state of Fapi_CreateKey.
| bool gen_sensitive_random |
Switch whether sensitive ransom data has to be created.
| IFAPI_OBJECT hierarchy |
The current used hierarchy for CreatePrimary
| const char* keyPath |
The pathname from the application
| IFAPI_OBJECT object |
The current object.
| IFAPI_OBJECT parent |
The parent of the key for used for creation.
| NODE_STR_T* path_list |
The computed explicit path
| TPM2B_PUBLIC public |
The public data of the key
| IFAPI_KEY_TEMPLATE public_templ |
The template for the keys public data