aboutsummaryrefslogtreecommitdiff
path: root/lib/libsecureboot/h/libsecureboot.h
diff options
context:
space:
mode:
authorSimon J. Gerraty <sjg@FreeBSD.org>2019-05-19 20:28:49 +0000
committerSimon J. Gerraty <sjg@FreeBSD.org>2019-05-19 20:28:49 +0000
commit980bde58344a6b226ed1618e3dcc22271e10cfa3 (patch)
tree3d4c963affcffb8892a2e71f05e7d2b5d4e8d442 /lib/libsecureboot/h/libsecureboot.h
parente5ec655d6796974a79f51967b55de84b297994db (diff)
Notes
Diffstat (limited to 'lib/libsecureboot/h/libsecureboot.h')
-rw-r--r--lib/libsecureboot/h/libsecureboot.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libsecureboot/h/libsecureboot.h b/lib/libsecureboot/h/libsecureboot.h
index 6599db299aefa..81984fde5f3e8 100644
--- a/lib/libsecureboot/h/libsecureboot.h
+++ b/lib/libsecureboot/h/libsecureboot.h
@@ -81,6 +81,8 @@ unsigned char *verify_asc(const char *, int); /* OpenPGP */
void ve_pcr_init(void);
void ve_pcr_update(unsigned char *, size_t);
ssize_t ve_pcr_get(unsigned char *, size_t);
+int ve_pcr_updating_get(void);
+void ve_pcr_updating_set(int);
/* flags for verify_{asc,sig,signed} */
#define VEF_VERBOSE 1