Home
last modified time | relevance | path

Searched refs:pcrSelect (Results 1 – 13 of 13) 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
1637 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()
5857 total_size += BYTE_Marshal(&source->pcrSelect[i], buffer, size); in TPMS_TAGGED_PCR_SELECT_Marshal()
5882 result = BYTE_Unmarshal(&target->pcrSelect[i], buffer, size); in TPMS_TAGGED_PCR_SELECT_Unmarshal()
6167 total_size += TPML_PCR_SELECTION_Marshal(&source->pcrSelect, buffer, size); in TPMS_QUOTE_INFO_Marshal()
6176 result = TPML_PCR_SELECTION_Unmarshal(&target->pcrSelect, buffer, size); in TPMS_QUOTE_INFO_Unmarshal()
6721 total_size += BYTE_Marshal(&source->pcrSelect[i], buffer, size); in TPMS_PCR_SELECT_Marshal()
6742 result = BYTE_Unmarshal(&target->pcrSelect[i], buffer, size); in TPMS_PCR_SELECT_Unmarshal()
DObject_spt.c607 outCreation->t.creationData.pcrSelect = *creationPCR; in FillInCreationData()
Dpart4.txt7415 511 outCreation->t.creationData.pcrSelect = *creationPCR;
12629 160 gp.pcrAllocated.pcrSelections[gp.pcrAllocated.count].pcrSelect[i]
12721 225 if(((gp.pcrAllocated.pcrSelections[i].pcrSelect[pcr/8])
12819 289 && ((selection->pcrSelect[pcr/8]) & (1 << (pcr % 8))) != 0)
12840 304 selection->pcrSelect[i] = 0;
12857 321 selection->pcrSelect[i] = 0;
12860 324 selection->pcrSelect[i] &= allocated->pcrSelect[i];
13313 655 select->pcrSelect[pcr/8] &= (BYTE) ~(1 << (pcr % 8));
13340 682 MemorySet(selection->pcrSelections[i].pcrSelect, 0,
13473 787 if((newAllocate.pcrSelections[i].pcrSelect[j] & mask) != 0)
[all …]
Dpart3.txt7778 51 quoted.attested.quote.pcrSelect = in->PCRselect;
9580 TPMS_PCR_SELECTION, the TPM will process the bits in the pcrSelect array in ascending PCR order
9585 The returned pcrSelectionOut will have a bit SET in its pcrSelect structures for each value present…
9626 the contents of the PCR indicated in pcrSelect as
/external/tpm2/generator/
Dstructures.txt978 _NAME pcrSelect _ARRAY sizeofSelect
988 _NAME pcrSelect _ARRAY sizeofSelect
1045 _NAME pcrSelect _ARRAY sizeofSelect
1157 _NAME pcrSelect
1548 _NAME pcrSelect
Draw_structures.txt10712 The bit in pcrSelect corresponding to PCR 19 is in pcrSelect [2] (19/8 = 2).
10718 The bit in pcrSelect [2] corresponding to PCR 19 is bit 3 (19 mod 8). If sizeofSelect is 3, then the
10719 pcrSelect array that would specify PCR 19 and no other PCR is 00 00 08 16.
10721 Each bit in pcrSelect indicates whether the corresponding PCR is selected (1) or not (0). If the pc…
10723 SizeofSelect indicates the number of octets in pcrSelect. The allowable values for sizeofSelect is
10758 If the TPM implements more PCR than there are bits in pcrSelect, the additional PCR are not selecte…
10775 the size in octets of the pcrSelect array
10777 pcrSelect [sizeofSelect] {:PCR_SELECT_MAX}
10804 the size in octets of the pcrSelect array
10806 pcrSelect [sizeofSelect] {:PCR_SELECT_MAX}
[all …]
Draw_structures_fixed.txt10725 The bit in pcrSelect corresponding to PCR 19 is in pcrSelect [2] (19/8 = 2).
10731 The bit in pcrSelect [2] corresponding to PCR 19 is bit 3 (19 mod 8). If sizeofSelect is 3, then the
10732 pcrSelect array that would specify PCR 19 and no other PCR is 00 00 08 16.
10734 Each bit in pcrSelect indicates whether the corresponding PCR is selected (1) or not (0). If the pc…
10736 SizeofSelect indicates the number of octets in pcrSelect. The allowable values for sizeofSelect is
10771 If the TPM implements more PCR than there are bits in pcrSelect, the additional PCR are not selecte…
10788 the size in octets of the pcrSelect array
10790 pcrSelect [sizeofSelect] {:PCR_SELECT_MAX}
10817 the size in octets of the pcrSelect array
10819 pcrSelect [sizeofSelect] {:PCR_SELECT_MAX}
[all …]
Dcommands.txt1402 _COMMENT the contents of the PCR indicated in pcrSelect as tagged digests
Draw_commands.txt13741 quoted.attested.quote.pcrSelect = in->PCRselect;
17153 This command returns the values of all PCR specified in pcrSelect.
17155 TPMS_PCR_SELECTION, the TPM will process the bits in the pcrSelect array in ascending PCR order
17160 The returned pcrSelectionOut will have a bit SET in its pcrSelect structures for each value present…
17248 the contents of the PCR indicated in pcrSelect as
Draw_commands_fixed.txt13752 quoted.attested.quote.pcrSelect = in->PCRselect;
17164 This command returns the values of all PCR specified in pcrSelect.
17166 TPMS_PCR_SELECTION, the TPM will process the bits in the pcrSelect array in ascending PCR order
17171 The returned pcrSelectionOut will have a bit SET in its pcrSelect structures for each value present…
17259 the contents of the PCR indicated in pcrSelect as