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. | |
An Ownership History response.
Definition at line 41 of file boot_svc_ownership_history.h.
| 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.
| 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.
| 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.