Home
last modified time | relevance | path

Searched refs:pcrAllocated (Results 1 – 4 of 4) sorted by relevance

/external/tpm2/
DPCR.c215 for(gp.pcrAllocated.count = 0; gp.pcrAllocated.count < HASH_COUNT; in PCRSimStart()
216 gp.pcrAllocated.count++) in PCRSimStart()
218 gp.pcrAllocated.pcrSelections[gp.pcrAllocated.count].hash in PCRSimStart()
219 = CryptGetHashAlgByIndex(gp.pcrAllocated.count); in PCRSimStart()
220 gp.pcrAllocated.pcrSelections[gp.pcrAllocated.count].sizeofSelect in PCRSimStart()
223 gp.pcrAllocated.pcrSelections[gp.pcrAllocated.count].pcrSelect[i] in PCRSimStart()
228 NvWriteReserved(NV_PCR_ALLOCATED, &gp.pcrAllocated); in PCRSimStart()
301 for(i = 0; i < gp.pcrAllocated.count; i++) in PcrIsAllocated()
303 if(gp.pcrAllocated.pcrSelections[i].hash == hashAlg) in PcrIsAllocated()
305 if(((gp.pcrAllocated.pcrSelections[i].pcrSelect[pcr/8]) in PcrIsAllocated()
[all …]
DGlobal.h717 TPML_PCR_SELECTION pcrAllocated; member
DNV.c505 s_reservedSize[NV_PCR_ALLOCATED] = sizeof(gp.pcrAllocated); in NvInitStatic()
638 NvReadReserved(NV_PCR_ALLOCATED, &gp.pcrAllocated); in NvReadPersistent()
Dpart4.txt2371 419 TPML_PCR_SELECTION pcrAllocated;
9611 375 s_reservedSize[NV_PCR_ALLOCATED] = sizeof(gp.pcrAllocated);
9771 498 NvReadReserved(NV_PCR_ALLOCATED, &gp.pcrAllocated);
12620 151 for(gp.pcrAllocated.count = 0; gp.pcrAllocated.count < HASH_COUNT;
12621 152 gp.pcrAllocated.count++)
12623 154 gp.pcrAllocated.pcrSelections[gp.pcrAllocated.count].hash
12624 155 = CryptGetHashAlgByIndex(gp.pcrAllocated.count);
12626 157 gp.pcrAllocated.pcrSelections[gp.pcrAllocated.count].sizeofSelect
12629 160 gp.pcrAllocated.pcrSelections[gp.pcrAllocated.count].pcrSelect[i]
12635 166 NvWriteReserved(NV_PCR_ALLOCATED, &gp.pcrAllocated);
[all …]