123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- .TH "IFAPI_LoadKey" 3 "Fri Oct 7 2022" "Version 3.2.0" "tpm2-tss" \" -*- nroff -*-
- .ad l
- .nh
- .SH NAME
- IFAPI_LoadKey
- .SH SYNOPSIS
- .br
- .PP
- .PP
- \fC#include <fapi_int\&.h>\fP
- .SS "Data Fields"
- .in +1c
- .ti -1c
- .RI "enum _FAPI_STATE_LOAD_KEY \fBstate\fP"
- .br
- .ti -1c
- .RI "\fBNODE_STR_T\fP * \fBpath_list\fP"
- .br
- .ti -1c
- .RI "\fBNODE_OBJECT_T\fP * \fBkey_list\fP"
- .br
- .ti -1c
- .RI "\fBIFAPI_OBJECT\fP \fBauth_object\fP"
- .br
- .ti -1c
- .RI "size_t \fBposition\fP"
- .br
- .ti -1c
- .RI "\fBESYS_TR\fP \fBhandle\fP"
- .br
- .ti -1c
- .RI "\fBESYS_TR\fP \fBparent_handle\fP"
- .br
- .ti -1c
- .RI "bool \fBparent_handle_persistent\fP"
- .br
- .ti -1c
- .RI "\fBIFAPI_OBJECT\fP * \fBkey_object\fP"
- .br
- .ti -1c
- .RI "char * \fBkey_path\fP"
- .br
- .in -1c
- .SH "Detailed Description"
- .PP
- The data structure holding internal state of loading keys\&.
- .SH "Field Documentation"
- .PP
- .SS "\fBNODE_STR_T\fP* path_list"
- The current used hierarchy for CreatePrimary
- .SS "enum _FAPI_STATE_LOAD_KEY state"
- The current state of key loading
- .SH "Author"
- .PP
- Generated automatically by Doxygen for tpm2-tss from the source code\&.
|