aboutsummaryrefslogtreecommitdiff
path: root/libstb/secvar/storage/secboot_tpm.c
diff options
context:
space:
mode:
Diffstat (limited to 'libstb/secvar/storage/secboot_tpm.c')
-rw-r--r--libstb/secvar/storage/secboot_tpm.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/libstb/secvar/storage/secboot_tpm.c b/libstb/secvar/storage/secboot_tpm.c
index b6a294b..129f674 100644
--- a/libstb/secvar/storage/secboot_tpm.c
+++ b/libstb/secvar/storage/secboot_tpm.c
@@ -22,7 +22,7 @@ struct secboot *secboot_image = NULL;
struct tpmnv_vars *tpmnv_vars_image = NULL;
struct tpmnv_control *tpmnv_control_image = NULL;
-const size_t tpmnv_vars_size = 1024;
+const size_t tpmnv_vars_size = 2048;
/* Expected TPM NV index name field from NV_ReadPublic given our known
* set of attributes (see tss_nv_define_space).
@@ -33,9 +33,9 @@ const size_t tpmnv_vars_size = 1024;
* which alters the hash slightly as it sets TPMA_NV_WRITELOCKED
*/
const uint8_t tpmnv_vars_name[] = {
- 0x00, 0x0b, 0x94, 0x64, 0x36, 0x25, 0xfc, 0xc1, 0x1d, 0xc1, 0x0e, 0x28, 0xe7,
- 0xac, 0xaf, 0xc6, 0x08, 0x8e, 0xda, 0x21, 0xd6, 0x43, 0xd2, 0x77, 0xe7, 0x2d,
- 0x83, 0x39, 0x0f, 0xa6, 0xdf, 0xc0, 0x59, 0x37,
+ 0x00, 0x0b, 0x7a, 0xdb, 0x70, 0xdd, 0x27, 0x94, 0x93, 0x26, 0x11, 0xe2, 0x97,
+ 0x00, 0x77, 0x22, 0x4d, 0x5a, 0x74, 0xf8, 0x91, 0x6f, 0xbf, 0xf8, 0x51, 0x4a,
+ 0x67, 0x6f, 0xd9, 0xa8, 0xc3, 0xfc, 0x39, 0xed,
};
const uint8_t tpmnv_control_name[] = {