Searched refs:vtpm_label (Results 1 – 3 of 3) sorted by relevance
147 char *vtpm_label; variable162 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()
7 extern char* vtpm_label;
741 vtpm_label = argv[1] + 13; in main()
Completed in 5 milliseconds