5#ifndef OPENTITAN_SW_DEVICE_SILICON_CREATOR_LIB_BOOT_LOG_H_
6#define OPENTITAN_SW_DEVICE_SILICON_CREATOR_LIB_BOOT_LOG_H_
11#include "sw/device/silicon_creator/lib/boot_data.h"
12#include "sw/device/silicon_creator/lib/chip_info.h"
13#include "sw/device/silicon_creator/lib/drivers/hmac.h"
14#include "sw/device/silicon_creator/lib/error.h"
15#include "sw/device/silicon_creator/lib/nonce.h"
16#include "sw/device/silicon_creator/lib/ownership/datatypes.h"
81 kBootLogIdentifier = 0x474f4c42,
93void boot_log_digest_update(boot_log_t *
boot_log);
105rom_error_t boot_log_check(
const boot_log_t *
boot_log);
114void boot_log_check_or_init(boot_log_t *
boot_log, uint32_t rom_ext_slot,
115 const chip_info_t *info);