Home
last modified time | relevance | path

Searched refs:vtpm_label (Results 1 – 3 of 3) sorted by relevance

/xen-4.10.0-shim-comet/stubdom/grub/
A Dkexec.c147 char *vtpm_label; variable
162 if (vtpm_label) { in tpm_hash2pcr()
174 rv = strcmp(ctx, vtpm_label); in tpm_hash2pcr()
175 if (rv && vtpm_label[0] == '*') { in tpm_hash2pcr()
176 int match_len = strlen(vtpm_label) - 1; in tpm_hash2pcr()
179 rv = strcmp(ctx + offset, vtpm_label + 1); in tpm_hash2pcr()
183 printf("Mismatched vtpm_label: '%s' != '%s'\n", ctx, vtpm_label); in tpm_hash2pcr()
A Dmini-os.h7 extern char* vtpm_label;
A Dmini-os.c741 vtpm_label = argv[1] + 13; in main()

Completed in 5 milliseconds