Lines Matching refs:pcrAllocated
216 for(gp.pcrAllocated.count = 0; gp.pcrAllocated.count < HASH_COUNT;
217 gp.pcrAllocated.count++)
219 gp.pcrAllocated.pcrSelections[gp.pcrAllocated.count].hash
220 = CryptGetHashAlgByIndex(gp.pcrAllocated.count);
221 gp.pcrAllocated.pcrSelections[gp.pcrAllocated.count].sizeofSelect
224 gp.pcrAllocated.pcrSelections[gp.pcrAllocated.count].pcrSelect[i]
229 NvWriteReserved(NV_PCR_ALLOCATED, &gp.pcrAllocated);
302 for(i = 0; i < gp.pcrAllocated.count; i++)
304 if(gp.pcrAllocated.pcrSelections[i].hash == hashAlg)
306 if(((gp.pcrAllocated.pcrSelections[i].pcrSelect[pcr/8])
412 for(i = 0; i < gp.pcrAllocated.count; i++)
414 if(gp.pcrAllocated.pcrSelections[i].hash == selection->hash)
416 allocated = &gp.pcrAllocated.pcrSelections[i];
491 for(j = 0; j < gp.pcrAllocated.count; j++)
493 TPMI_ALG_HASH hash = gp.pcrAllocated.pcrSelections[j].hash;
504 gp.pcrAllocated.pcrSelections[j].hash,
557 for(j = 0; j < gp.pcrAllocated.count; j++)
561 pcrData = GetPcrPointer(gp.pcrAllocated.pcrSelections[j].hash, pcr);
565 = CryptGetHashDigestSize(gp.pcrAllocated.pcrSelections[j].hash);
571 = GetSavedPcrPointer(gp.pcrAllocated.pcrSelections[j].hash,
900 newAllocate = gp.pcrAllocated;
964 // gp.pcrAllocated. The NV version reflect the allocate after next
995 pcrData = GetPcrPointer(gp.pcrAllocated.pcrSelections[i].hash, pcr);
1027 for(i = 0; i < gp.pcrAllocated.count; i++)
1031 pcrData = GetPcrPointer(gp.pcrAllocated.pcrSelections[i].hash, pcr);
1035 CryptGetHashDigestSize(gp.pcrAllocated.pcrSelections[i].hash);
1069 *pcrSelection = gp.pcrAllocated;