Lines Matching refs:newAllocate
13404 723 TPML_PCR_SELECTION newAllocate;
13415 734 newAllocate = gp.pcrAllocated;
13423 737 for(j = 0; j < newAllocate.count; j++)
13431 745 if(newAllocate.pcrSelections[j].hash ==
13434 748 newAllocate.pcrSelections[j] = allocate->pcrSelections[i];
13439 753 pAssert(j < newAllocate.count);
13449 763 for(i = 0; i < newAllocate.count; i++)
13452 766 = CryptGetHashDigestSize(newAllocate.pcrSelections[i].hash);
13456 770 pcrDrtm = pcrDrtm || TEST_BIT(PCR_DRTM, newAllocate.pcrSelections[i]);
13464 778 pcrHcrtm = pcrDrtm || TEST_BIT(PCR_HCRTM, newAllocate.pcrSelections[i]);
13468 782 for(j = 0; j < newAllocate.pcrSelections[i].sizeofSelect; j++)
13473 787 if((newAllocate.pcrSelections[i].pcrSelect[j] & mask) != 0)
13497 806 NvWriteReserved(NV_PCR_ALLOCATED, &newAllocate);