Lines Matching refs:PCR_FIRST
597 UINT32 pcr = handle - PCR_FIRST; in PCRIsStateSaved()
623 UINT32 pcr = handle - PCR_FIRST; in PCRIsResetAllowed()
676 UINT32 pcr = handle - PCR_FIRST; in PCRIsExtendAllowed()
699 UINT32 pcr = handle - PCR_FIRST; in PCRExtend()
858 UINT32 pcr = handle - PCR_FIRST; in PcrWrite()
932 # define PCR_DRTM (PCR_FIRST + DRTM_PCR) // for cosmetics in PCRAllocate()
939 # define PCR_HCRTM (PCR_FIRST + HCRTM_PCR) in PCRAllocate()
982 UINT32 pcr = handle - PCR_FIRST; in PCRSetValue()
1168 if(PCRBelongsPolicyGroup(pcr + PCR_FIRST, &groupIndex)) in PCRGetProperty()
1174 if(PCRBelongsAuthGroup(pcr + PCR_FIRST, &groupIndex)) in PCRGetProperty()
1180 if(PCRBelongsTCBGroup(pcr + PCR_FIRST)) in PCRGetProperty()
1277 handleList->handle[handleList->count] = i + PCR_FIRST; in PCRCapGetHandles()