Searched refs:PCR_FIRST (Results 1 – 5 of 5) sorted by relevance
47 ? PCR_FIRST + DRTM_PCR : PCR_FIRST + HCRTM_PCR; in _TPM_Hash_Data()
66 pcrHandle = PCR_FIRST + DRTM_PCR; in _TPM_Hash_End()73 pcrHandle = PCR_FIRST + HCRTM_PCR; in _TPM_Hash_End()
622 UINT32 pcr = handle - PCR_FIRST; in PCRIsStateSaved()643 UINT32 pcr = handle - PCR_FIRST; in PCRIsResetAllowed()695 UINT32 pcr = handle - PCR_FIRST; in PCRIsExtendAllowed()720 pcrData = GetPcrPointer(hash, handle - PCR_FIRST); in PCRExtend()987 UINT32 pcr = handle - PCR_FIRST; in PCRSetValue()1169 if(PCRBelongsPolicyGroup(pcr + PCR_FIRST, &groupIndex)) in PCRGetProperty()1175 if(PCRBelongsAuthGroup(pcr + PCR_FIRST, &groupIndex)) in PCRGetProperty()1181 if(PCRBelongsTCBGroup(pcr + PCR_FIRST)) in PCRGetProperty()1274 handleList->handle[handleList->count] = i + PCR_FIRST; in PCRCapGetHandles()
141 RANGE(PCR_FIRST, PCR_LAST, UINT32),147 RANGE(PCR_FIRST, PCR_LAST, UINT32)}},
715 #define PCR_FIRST (TPM_HC)((HR_PCR+0)) macro716 #define PCR_LAST (TPM_HC)((PCR_FIRST+IMPLEMENTATION_PCR-1))