123456789101112131415161718192021222324252627282930313233343536 |
- .TH "IFAPI_Unseal" 3 "Fri Oct 7 2022" "Version 3.2.0" "tpm2-tss" \" -*- nroff -*-
- .ad l
- .nh
- .SH NAME
- IFAPI_Unseal
- .SH SYNOPSIS
- .br
- .PP
- .PP
- \fC#include <fapi_int\&.h>\fP
- .SS "Data Fields"
- .in +1c
- .ti -1c
- .RI "const char * \fBkeyPath\fP"
- .br
- .ti -1c
- .RI "\fBIFAPI_OBJECT\fP * \fBobject\fP"
- .br
- .ti -1c
- .RI "TPM2B_SENSITIVE_DATA * \fBunseal_data\fP"
- .br
- .in -1c
- .SH "Detailed Description"
- .PP
- The data structure holding internal state of Fapi_Unseal\&.
- .SH "Field Documentation"
- .PP
- .SS "const char* keyPath"
- The implicit key path
- .SS "\fBIFAPI_OBJECT\fP* object"
- The IPAPI object storing the data to be unsealed
- .SH "Author"
- .PP
- Generated automatically by Doxygen for tpm2-tss from the source code\&.
|