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

#include <metadata_hash.h>

Collaboration diagram for metadata_hash_anchor:
Collaboration graph

Data Fields

uint8_t magic [8]
 
struct vb2_hash cbfs_hash
 
uint8_t reserved_space_for_fmap_hash [VB2_MAX_DIGEST_SIZE]
 

Detailed Description

Definition at line 10 of file metadata_hash.h.

Field Documentation

◆ cbfs_hash

struct vb2_hash metadata_hash_anchor::cbfs_hash

◆ magic

uint8_t metadata_hash_anchor::magic[8]

Definition at line 11 of file metadata_hash.h.

◆ reserved_space_for_fmap_hash

uint8_t metadata_hash_anchor::reserved_space_for_fmap_hash[VB2_MAX_DIGEST_SIZE]

Definition at line 16 of file metadata_hash.h.


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