Searched refs:pcrAllocated (Results 1 – 3 of 3) sorted by relevance
215 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 …]
723 TPML_PCR_SELECTION pcrAllocated; member
509 s_reservedSize[NV_PCR_ALLOCATED] = sizeof(gp.pcrAllocated); in NvInitStatic()642 NvReadReserved(NV_PCR_ALLOCATED, &gp.pcrAllocated); in NvReadPersistent()