aboutsummaryrefslogtreecommitdiff
path: root/lib/libtpm/tcgbios.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libtpm/tcgbios.h')
-rw-r--r--lib/libtpm/tcgbios.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libtpm/tcgbios.h b/lib/libtpm/tcgbios.h
index 0e7fb8c..021e219 100644
--- a/lib/libtpm/tcgbios.h
+++ b/lib/libtpm/tcgbios.h
@@ -37,5 +37,9 @@ uint32_t tpm_hash_log_extend_event_buffer(uint32_t pcrindex,
const void *data, uint64_t datalen,
const char *desc, uint32_t desclen,
bool is_elf);
+uint32_t tpm_2hash_ext_log(uint32_t pcrindex,
+ uint32_t eventtype,
+ const char *info, uint32_t infolen,
+ const void *data, uint64_t datalen);
#endif /* TCGBIOS_H */