Software APIs
boot_svc_ownership_history_res Struct Reference

An Ownership History response. More...

#include <sw/device/silicon_creator/lib/boot_svc/boot_svc_ownership_history.h>

Data Fields

boot_svc_header_t header
 Boot services message header.
 
uint32_t status
 Response status from the ROM_EXT.
 
uint32_t history_digest [8]
 Digest of all prior owner keys.
 

Detailed Description

An Ownership History response.

Definition at line 41 of file boot_svc_ownership_history.h.

Field Documentation

◆ header

boot_svc_header_t boot_svc_ownership_history_res::header

Boot services message header.

Definition at line 45 of file boot_svc_ownership_history.h.

◆ history_digest

uint32_t boot_svc_ownership_history_res::history_digest[8]

Digest of all prior owner keys.

Definition at line 53 of file boot_svc_ownership_history.h.

◆ status

uint32_t boot_svc_ownership_history_res::status

Response status from the ROM_EXT.

Definition at line 49 of file boot_svc_ownership_history.h.