Home
last modified time | relevance | path

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

/external/tpm2/
DPCR.c597 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()
[all …]
D_TPM_Hash_Data.c23 ? PCR_FIRST + DRTM_PCR : PCR_FIRST + HCRTM_PCR; in _TPM_Hash_Data()
D_TPM_Hash_End.c41 pcrHandle = PCR_FIRST + DRTM_PCR; in _TPM_Hash_End()
48 pcrHandle = PCR_FIRST + HCRTM_PCR; in _TPM_Hash_End()
Dtpm_types.h407 #define PCR_FIRST (HR_PCR + 0) macro
408 #define PCR_LAST (PCR_FIRST + IMPLEMENTATION_PCR-1)
Dtpm_generated.c4003 if ((*target >= PCR_FIRST) && (*target <= PCR_LAST)) { in TPMI_DH_ENTITY_Unmarshal()
4063 if ((*target >= PCR_FIRST) && (*target <= PCR_LAST)) { in TPMI_DH_PCR_Unmarshal()
7591 if (*target == PCR_FIRST) { in TPM_HC_Unmarshal()