Home
last modified time | relevance | path

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

/dports/emulators/tpm-emulator/tpm_emulator-0.7.4/tpm/
H A Dtpm_integrity.c30 #define PCR_ATTRIB tpmData.permanent.data.pcrAttrib macro
41 if (!(PCR_ATTRIB[pcrNum].pcrExtendLocal & (1 << LOCALITY))) return TPM_BAD_LOCALITY; in TPM_Extend()
116 if (!PCR_ATTRIB[i].pcrReset) return TPM_NOTRESETABLE; in TPM_PCR_Reset()
117 if (!(PCR_ATTRIB[i].pcrResetLocal & (1 << LOCALITY))) return TPM_NOTLOCAL; in TPM_PCR_Reset()