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

#include <cbfs_serialized.h>

Collaboration diagram for cbfs_file_attr_hash:
Collaboration graph

Data Fields

uint32_t tag
 
uint32_t len
 
struct vb2_hash hash
 

Detailed Description

Definition at line 147 of file cbfs_serialized.h.

Field Documentation

◆ hash

struct vb2_hash cbfs_file_attr_hash::hash

Definition at line 149 of file cbfs_serialized.h.

Referenced by cbfs_file_hash().

◆ len

uint32_t cbfs_file_attr_hash::len

Definition at line 149 of file cbfs_serialized.h.

Referenced by cbfs_file_hash().

◆ tag

uint32_t cbfs_file_attr_hash::tag

Definition at line 148 of file cbfs_serialized.h.


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