summaryrefslogtreecommitdiffstats
path: root/src/usr/secureboot
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/secureboot')
-rw-r--r--src/usr/secureboot/common/containerheader.C5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/usr/secureboot/common/containerheader.C b/src/usr/secureboot/common/containerheader.C
index 169c1254d..069a587d9 100644
--- a/src/usr/secureboot/common/containerheader.C
+++ b/src/usr/secureboot/common/containerheader.C
@@ -152,6 +152,11 @@ size_t ContainerHeader::totalContainerSize() const
return iv_headerInfo.hw_hdr.container_size;
}
+uint32_t ContainerHeader::prefixHeaderFlags() const
+{
+ return iv_headerInfo.hw_prefix_hdr.flags;
+}
+
const ecc_key_t* ContainerHeader::hw_keys() const
{
return &iv_headerInfo.hw_hdr.hw_pkey_a;
OpenPOWER on IntegriCloud