coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
lp0_header Struct Reference
Collaboration diagram for lp0_header:
Collaboration graph

Data Fields

uint32_t length_insecure
 
uint32_t reserved [3]
 
uint8_t rsa_modulus [256]
 
uint8_t aes_signature [16]
 
uint8_t rsa_signature [256]
 
uint8_t random_aes_block [16]
 
uint32_t length_secure
 
uint32_t destination
 
uint32_t entry_point
 
uint32_t code_length
 

Detailed Description

Definition at line 577 of file tegra_lp0_resume.c.

Field Documentation

◆ aes_signature

uint8_t lp0_header::aes_signature

Definition at line 581 of file tegra_lp0_resume.c.

◆ code_length

uint32_t lp0_header::code_length

Definition at line 587 of file tegra_lp0_resume.c.

◆ destination

uint32_t lp0_header::destination

Definition at line 585 of file tegra_lp0_resume.c.

◆ entry_point

uint32_t lp0_header::entry_point

Definition at line 586 of file tegra_lp0_resume.c.

◆ length_insecure

uint32_t lp0_header::length_insecure

Definition at line 578 of file tegra_lp0_resume.c.

◆ length_secure

uint32_t lp0_header::length_secure

Definition at line 584 of file tegra_lp0_resume.c.

◆ random_aes_block

uint8_t lp0_header::random_aes_block

Definition at line 583 of file tegra_lp0_resume.c.

◆ reserved

uint32_t lp0_header::reserved

Definition at line 579 of file tegra_lp0_resume.c.

◆ rsa_modulus

uint8_t lp0_header::rsa_modulus

Definition at line 580 of file tegra_lp0_resume.c.

◆ rsa_signature

uint8_t lp0_header::rsa_signature

Definition at line 582 of file tegra_lp0_resume.c.


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