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

#include <tss_structures.h>

Collaboration diagram for tpm2_response:
Collaboration graph

Data Fields

struct tpm_header hdr
 
union {
   struct get_cap_response   gc
 
   struct nv_read_response   nvr
 
   struct tpm2_session_header   def_space
 
   struct vendor_command_response   vcr
 
}; 
 

Detailed Description

Definition at line 379 of file tss_structures.h.

Field Documentation

◆ 

union { ... }

◆ def_space

struct tpm2_session_header tpm2_response::def_space

Definition at line 373 of file tss_structures.h.

◆ gc

struct get_cap_response tpm2_response::gc

Definition at line 373 of file tss_structures.h.

Referenced by tlcl_get_capability(), and tpm_unmarshal_response().

◆ hdr

◆ nvr

struct nv_read_response tpm2_response::nvr

Definition at line 373 of file tss_structures.h.

Referenced by tlcl_read(), and tpm_unmarshal_response().

◆ vcr


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