#include "macro-fundamental.h"
#include "measure.h"
#include "proto/tcg.h"
-#include "tpm-pcr.h"
+#include "tpm2-pcr.h"
#include "util.h"
static EFI_STATUS tpm1_measure_to_pcr_and_event_log(
#include "secure-boot.h"
#include "shim.h"
#include "splash.h"
-#include "tpm-pcr.h"
+#include "tpm2-pcr.h"
#include "uki.h"
#include "util.h"
#include "version.h"
#include "pretty-print.h"
#include "sha256.h"
#include "terminal-util.h"
-#include "tpm-pcr.h"
+#include "tpm2-pcr.h"
#include "tpm2-util.h"
#include "uki.h"
#include "verbs.h"
#include "openssl-util.h"
#include "parse-argument.h"
#include "pretty-print.h"
-#include "tpm-pcr.h"
+#include "tpm2-pcr.h"
#include "tpm2-util.h"
static bool arg_graceful = false;
#include "stat-util.h"
#include "string-table.h"
#include "terminal-util.h"
-#include "tpm-pcr.h"
+#include "tpm2-pcr.h"
#include "tpm2-util.h"
#include "verbs.h"
#include "string-table.h"
#include "strv.h"
#include "terminal-util.h"
-#include "tpm-pcr.h"
+#include "tpm2-pcr.h"
static EnrollType arg_enroll_type = _ENROLL_TYPE_INVALID;
static char *arg_unlock_keyfile = NULL;
#include "random-util.h"
#include "string-table.h"
#include "strv.h"
-#include "tpm-pcr.h"
+#include "tpm2-pcr.h"
#include "tpm2-util.h"
/* internal helper */
#include "string-util.h"
#include "strv.h"
#include "sync-util.h"
-#include "tmpfile-util.h"
#include "terminal-util.h"
-#include "tpm-pcr.h"
+#include "tmpfile-util.h"
+#include "tpm2-pcr.h"
#include "tpm2-util.h"
#include "user-util.h"
#include "utf8.h"
#include "path-util.h"
#include "stat-util.h"
#include "strv.h"
-#include "tpm-pcr.h"
+#include "tpm2-pcr.h"
#include "utf8.h"
#if ENABLE_EFI
#include "macro.h"
#include "openssl-util.h"
#include "sha256.h"
-#include "tpm-pcr.h"
+#include "tpm2-pcr.h"
typedef enum TPM2Flags {
TPM2_FLAGS_USE_PIN = 1 << 0,
uint8_t res[static SHA256_DIGEST_SIZE]);
enum {
- /* Additional defines for the PCR index naming enum from "fundamental/tpm-pcr.h" */
+ /* Additional defines for the PCR index naming enum from "fundamental/tpm2-pcr.h" */
_TPM2_PCR_INDEX_MAX_DEFINED = TPM2_PCRS_MAX,
_TPM2_PCR_INDEX_INVALID = -EINVAL,
};