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

#include <tss_structures.h>

Collaboration diagram for TPM2B_DIGEST:
Collaboration graph

Data Fields

struct {
   uint16_t   size
 
   const uint8_t *   buffer
 
t
 
TPM2B b
 

Detailed Description

Definition at line 231 of file tss_structures.h.

Field Documentation

◆ b

TPM2B TPM2B_DIGEST::b

Definition at line 236 of file tss_structures.h.

Referenced by marshal_nv_define_space(), and marshal_TPMS_NV_PUBLIC().

◆ buffer

const uint8_t* TPM2B_DIGEST::buffer

Definition at line 234 of file tss_structures.h.

Referenced by tlcl_define_space().

◆ size

uint16_t TPM2B_DIGEST::size

Definition at line 233 of file tss_structures.h.

Referenced by tlcl_define_space().

◆ 

struct { ... } TPM2B_DIGEST::t

Referenced by tlcl_define_space().


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