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

#include <tss_structures.h>

Collaboration diagram for TPMU_HA:
Collaboration graph

Data Fields

uint8_t sha1 [SHA1_DIGEST_SIZE]
 
uint8_t sha256 [SHA256_DIGEST_SIZE]
 
uint8_t sm3_256 [SM3_256_DIGEST_SIZE]
 
uint8_t sha384 [SHA384_DIGEST_SIZE]
 
uint8_t sha512 [SHA512_DIGEST_SIZE]
 

Detailed Description

Definition at line 319 of file tss_structures.h.

Field Documentation

◆ sha1

uint8_t TPMU_HA::sha1[SHA1_DIGEST_SIZE]

Definition at line 320 of file tss_structures.h.

Referenced by marshal_TPMT_HA().

◆ sha256

uint8_t TPMU_HA::sha256[SHA256_DIGEST_SIZE]

Definition at line 321 of file tss_structures.h.

Referenced by marshal_TPMT_HA(), and tlcl_extend().

◆ sha384

uint8_t TPMU_HA::sha384[SHA384_DIGEST_SIZE]

Definition at line 323 of file tss_structures.h.

Referenced by marshal_TPMT_HA().

◆ sha512

uint8_t TPMU_HA::sha512[SHA512_DIGEST_SIZE]

Definition at line 324 of file tss_structures.h.

Referenced by marshal_TPMT_HA().

◆ sm3_256

uint8_t TPMU_HA::sm3_256[SM3_256_DIGEST_SIZE]

Definition at line 322 of file tss_structures.h.

Referenced by marshal_TPMT_HA().


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