Home
last modified time | relevance | path

Searched refs:PCR_FIRST (Results 1 – 12 of 12) 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.c3999 if ((*target >= PCR_FIRST) && (*target <= PCR_LAST)) { in TPMI_DH_ENTITY_Unmarshal()
4059 if ((*target >= PCR_FIRST) && (*target <= PCR_LAST)) { in TPMI_DH_PCR_Unmarshal()
7587 if (*target == PCR_FIRST) { in TPM_HC_Unmarshal()
Dpart4.txt13063 481 UINT32 pcr = handle - PCR_FIRST;
13095 495 UINT32 pcr = handle - PCR_FIRST;
13157 530 UINT32 pcr = handle - PCR_FIRST;
13182 549 UINT32 pcr = handle - PCR_FIRST;
13371 702 UINT32 pcr = handle - PCR_FIRST;
13455 769 # define PCR_DRTM (PCR_FIRST + DRTM_PCR) // for cosmetics
13463 777 # define PCR_HCRTM (PCR_FIRST + HCRTM_PCR)
13516 818 UINT32 pcr = handle - PCR_FIRST;
13729 981 if(PCRBelongsPolicyGroup(pcr + PCR_FIRST, &groupIndex))
13735 987 if(PCRBelongsAuthGroup(pcr + PCR_FIRST, &groupIndex))
[all …]
Dpart3.txt10299 13 ? PCR_FIRST + DRTM_PCR : PCR_FIRST + HCRTM_PCR;
10407 31 pcrHandle = PCR_FIRST + DRTM_PCR;
10414 38 pcrHandle = PCR_FIRST + HCRTM_PCR;
/external/tpm2/generator/
Dstructures.txt584 _NAME PCR_FIRST
672 _MIN PCR_FIRST
678 _MIN PCR_FIRST
Draw_structures.txt7625 these constants, other than PCR_FIRST, are informative and may be changed by an implementation as
7711 PCR_FIRST
7719 (PCR_FIRST + IMPLEMENTATION_PCR-1)
9480 {PCR_FIRST : PCR_LAST}
9519 {PCR_FIRST:PCR_LAST}
Draw_structures_fixed.txt7649 these constants, other than PCR_FIRST, are informative and may be changed by an implementation as
7735 PCR_FIRST
7743 (PCR_FIRST + IMPLEMENTATION_PCR-1)
9493 {PCR_FIRST:PCR_LAST}
9532 {PCR_FIRST:PCR_LAST}
Draw_commands.txt18586 pcrHandle = PCR_FIRST + DRTM_PCR;
18592 pcrHandle = PCR_FIRST + HCRTM_PCR;
Draw_commands_fixed.txt18597 pcrHandle = PCR_FIRST + DRTM_PCR;
18603 pcrHandle = PCR_FIRST + HCRTM_PCR;