summaryrefslogtreecommitdiff
path: root/firmware/lib/tpm_lite/include/tlcl_structures.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/lib/tpm_lite/include/tlcl_structures.h')
-rw-r--r--firmware/lib/tpm_lite/include/tlcl_structures.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/lib/tpm_lite/include/tlcl_structures.h b/firmware/lib/tpm_lite/include/tlcl_structures.h
index 6ddb8855..b4ff1f5f 100644
--- a/firmware/lib/tpm_lite/include/tlcl_structures.h
+++ b/firmware/lib/tpm_lite/include/tlcl_structures.h
@@ -67,8 +67,9 @@ const struct s_tpm_forceclear_cmd{
const struct s_tpm_readpubek_cmd{
uint8_t buffer[30];
+ uint16_t antiReplay;
} tpm_readpubek_cmd = {{0x0, 0xc1, 0x0, 0x0, 0x0, 0x1e, 0x0, 0x0, 0x0, 0x7c, },
-};
+10, };
const struct s_tpm_continueselftest_cmd{
uint8_t buffer[10];