summaryrefslogtreecommitdiff
path: root/firmware/lib/include/rollback_index.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/lib/include/rollback_index.h')
-rw-r--r--firmware/lib/include/rollback_index.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/lib/include/rollback_index.h b/firmware/lib/include/rollback_index.h
index ef30c5a4..cf345614 100644
--- a/firmware/lib/include/rollback_index.h
+++ b/firmware/lib/include/rollback_index.h
@@ -22,6 +22,10 @@
#define FWMP_NV_MAX_SIZE 128
#define REC_HASH_NV_INDEX 0x100b
#define REC_HASH_NV_SIZE VB2_SHA256_DIGEST_SIZE
+/* Space to hold a temporary key for USB autoconfig; see crbug.com/793878. */
+#define OOBE_USB_AUTOCONFIG_KEY_NV_INDEX 0x100c
+/* Size of a P256 elliptic curve public key in compressed format. */
+#define OOBE_USB_AUTOCONFIG_KEY_NV_SIZE 33
/* Structure definitions for TPM spaces */