|
tpm2-tss 4.1.3
TPM Software stack 2.0 TCG spec compliant implementation
|
#include <fapi_int.h>
Data Fields | |
| IFAPI_OBJECT | object |
| TPM2B_NAME | parent_name |
| IFAPI_OBJECT * | parent_object |
| IFAPI_OBJECT | new_object |
| char * | parent_path |
| char * | out_path |
| TPM2B_PRIVATE * | private |
| char * | jso_string |
| const IFAPI_PROFILE * | profile |
| IFAPI_KEY_TEMPLATE | public_templ |
| const char * | ossl_priv |
| TPM2B_SENSITIVE | sensitive |
The data structure holding internal state of import key.
| const char* ossl_priv |
Private OSSL PEM key to be import.
| IFAPI_KEY_TEMPLATE public_templ |
The template for the keys public data
| TPM2B_SENSITIVE sensitive |
The sensitive part of an OSSL key.