Home
last modified time | relevance | path

Searched refs:pcrSelections (Results 1 – 3 of 3) sorted by relevance

/external/tpm2/
DPCR.c218 gp.pcrAllocated.pcrSelections[gp.pcrAllocated.count].hash in PCRSimStart()
220 gp.pcrAllocated.pcrSelections[gp.pcrAllocated.count].sizeofSelect in PCRSimStart()
223 gp.pcrAllocated.pcrSelections[gp.pcrAllocated.count].pcrSelect[i] in PCRSimStart()
303 if(gp.pcrAllocated.pcrSelections[i].hash == hashAlg) in PcrIsAllocated()
305 if(((gp.pcrAllocated.pcrSelections[i].pcrSelect[pcr/8]) in PcrIsAllocated()
413 if(gp.pcrAllocated.pcrSelections[i].hash == selection->hash) in FilterPcr()
415 allocated = &gp.pcrAllocated.pcrSelections[i]; in FilterPcr()
492 TPMI_ALG_HASH hash = gp.pcrAllocated.pcrSelections[j].hash; in PCRStartup()
503 gp.pcrAllocated.pcrSelections[j].hash, in PCRStartup()
560 pcrData = GetPcrPointer(gp.pcrAllocated.pcrSelections[j].hash, pcr); in PCRStateSave()
[all …]
Dtpm_types.h817 TPMS_PCR_SELECTION pcrSelections[HASH_COUNT]; member
Dtpm_generated.c975 TPMS_PCR_SELECTION_Marshal(&source->pcrSelections[i], buffer, size); in TPML_PCR_SELECTION_Marshal()
994 TPMS_PCR_SELECTION_Unmarshal(&target->pcrSelections[i], buffer, size); in TPML_PCR_SELECTION_Unmarshal()