coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
TPMS_NV_PUBLIC Struct Reference

#include <tss_structures.h>

Collaboration diagram for TPMS_NV_PUBLIC:
Collaboration graph

Data Fields

TPMI_RH_NV_INDEX nvIndex
 
TPMI_ALG_HASH nameAlg
 
TPMA_NV attributes
 
TPM2B_DIGEST authPolicy
 
uint16_t dataSize
 

Detailed Description

Definition at line 294 of file tss_structures.h.

Field Documentation

◆ attributes

TPMA_NV TPMS_NV_PUBLIC::attributes

Definition at line 297 of file tss_structures.h.

Referenced by marshal_TPMS_NV_PUBLIC(), and tlcl_define_space().

◆ authPolicy

TPM2B_DIGEST TPMS_NV_PUBLIC::authPolicy

Definition at line 298 of file tss_structures.h.

Referenced by marshal_TPMS_NV_PUBLIC(), and tlcl_define_space().

◆ dataSize

uint16_t TPMS_NV_PUBLIC::dataSize

Definition at line 299 of file tss_structures.h.

Referenced by marshal_TPMS_NV_PUBLIC(), and tlcl_define_space().

◆ nameAlg

TPMI_ALG_HASH TPMS_NV_PUBLIC::nameAlg

Definition at line 296 of file tss_structures.h.

Referenced by marshal_TPMS_NV_PUBLIC(), and tlcl_define_space().

◆ nvIndex

TPMI_RH_NV_INDEX TPMS_NV_PUBLIC::nvIndex

Definition at line 295 of file tss_structures.h.

Referenced by marshal_TPMS_NV_PUBLIC(), and tlcl_define_space().


The documentation for this struct was generated from the following file: