12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- .TH "IFAPI_NV_TEMPLATE" 3 "Fri Oct 7 2022" "Version 3.2.0" "tpm2-tss" \" -*- nroff -*-
- .ad l
- .nh
- .SH NAME
- IFAPI_NV_TEMPLATE
- .SH SYNOPSIS
- .br
- .PP
- .PP
- \fC#include <fapi_int\&.h>\fP
- .SS "Data Fields"
- .in +1c
- .ti -1c
- .RI "TPMI_YES_NO \fBsystem\fP"
- .br
- .ti -1c
- .RI "TPMI_RH_HIERARCHY \fBhierarchy\fP"
- .br
- .ti -1c
- .RI "char * \fBdescription\fP"
- .br
- .ti -1c
- .RI "TPMS_NV_PUBLIC \fBpublic\fP"
- .br
- .in -1c
- .SH "Detailed Description"
- .PP
- Type for representing template for NV objects
- .SH "Field Documentation"
- .PP
- .SS "char* description"
- Description of template\&.
- .SS "TPMI_RH_HIERARCHY hierarchy"
- Hierarchy for NV object\&.
- .SS "TPMS_NV_PUBLIC public"
- Template for public data
- .SS "TPMI_YES_NO system"
- Store the object in the system wide directory
- .SH "Author"
- .PP
- Generated automatically by Doxygen for tpm2-tss from the source code\&.
|