Home
last modified time | relevance | path

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

/external/tpm2/
DPCR.c223 gp.pcrAllocated.pcrSelections[gp.pcrAllocated.count].pcrSelect[i] in PCRSimStart()
305 if(((gp.pcrAllocated.pcrSelections[i].pcrSelect[pcr/8]) in PcrIsAllocated()
390 && ((selection->pcrSelect[pcr/8]) & (1 << (pcr % 8))) != 0) in IsPcrSelected()
409 selection->pcrSelect[i] = 0; in FilterPcr()
424 selection->pcrSelect[i] = 0; in FilterPcr()
427 selection->pcrSelect[i] &= allocated->pcrSelect[i]; in FilterPcr()
808 select->pcrSelect[pcr/8] &= (BYTE) ~(1 << (pcr % 8)); in PCRRead()
834 MemorySet(selection->pcrSelections[i].pcrSelect, 0, in PCRRead()
949 if((newAllocate.pcrSelections[i].pcrSelect[j] & mask) != 0) in PCRAllocate()
1110 MemorySet(select->pcrSelect, 0, select->sizeofSelect); in PCRGetProperty()
[all …]
DQuote.c66 quoted.attested.quote.pcrSelect = in->PCRselect; in TPM2_Quote()
Dtpm_types.h710 BYTE pcrSelect[PCR_SELECT_MAX]; member
717 BYTE pcrSelect[PCR_SELECT_MAX]; member
766 BYTE pcrSelect[PCR_SELECT_MAX]; member
891 TPML_PCR_SELECTION pcrSelect; member
1640 TPML_PCR_SELECTION pcrSelect; member
Dtpm_generated.c926 total_size += BYTE_Marshal(&source->pcrSelect[i], buffer, size); in TPMS_PCR_SELECTION_Marshal()
951 result = BYTE_Unmarshal(&target->pcrSelect[i], buffer, size); in TPMS_PCR_SELECTION_Unmarshal()
1006 total_size += TPML_PCR_SELECTION_Marshal(&source->pcrSelect, buffer, size); in TPMS_CREATION_DATA_Marshal()
1020 result = TPML_PCR_SELECTION_Unmarshal(&target->pcrSelect, buffer, size); in TPMS_CREATION_DATA_Unmarshal()
5861 total_size += BYTE_Marshal(&source->pcrSelect[i], buffer, size); in TPMS_TAGGED_PCR_SELECT_Marshal()
5886 result = BYTE_Unmarshal(&target->pcrSelect[i], buffer, size); in TPMS_TAGGED_PCR_SELECT_Unmarshal()
6171 total_size += TPML_PCR_SELECTION_Marshal(&source->pcrSelect, buffer, size); in TPMS_QUOTE_INFO_Marshal()
6180 result = TPML_PCR_SELECTION_Unmarshal(&target->pcrSelect, buffer, size); in TPMS_QUOTE_INFO_Unmarshal()
6725 total_size += BYTE_Marshal(&source->pcrSelect[i], buffer, size); in TPMS_PCR_SELECT_Marshal()
6746 result = BYTE_Unmarshal(&target->pcrSelect[i], buffer, size); in TPMS_PCR_SELECT_Unmarshal()
DObject_spt.c609 outCreation->t.creationData.pcrSelect = *creationPCR; in FillInCreationData()