Lines Matching refs:newAllocate
889 TPML_PCR_SELECTION newAllocate; in PCRAllocate() local
899 newAllocate = gp.pcrAllocated; in PCRAllocate()
902 for(j = 0; j < newAllocate.count; j++) in PCRAllocate()
910 if(newAllocate.pcrSelections[j].hash == in PCRAllocate()
913 newAllocate.pcrSelections[j] = allocate->pcrSelections[i]; in PCRAllocate()
918 pAssert(j < newAllocate.count); in PCRAllocate()
926 for(i = 0; i < newAllocate.count; i++) in PCRAllocate()
929 = CryptGetHashDigestSize(newAllocate.pcrSelections[i].hash); in PCRAllocate()
933 pcrDrtm = pcrDrtm || TEST_BIT(PCR_DRTM, newAllocate.pcrSelections[i]); in PCRAllocate()
940 pcrHcrtm = pcrDrtm || TEST_BIT(PCR_HCRTM, newAllocate.pcrSelections[i]); in PCRAllocate()
944 for(j = 0; j < newAllocate.pcrSelections[i].sizeofSelect; j++) in PCRAllocate()
949 if((newAllocate.pcrSelections[i].pcrSelect[j] & mask) != 0) in PCRAllocate()
965 NvWriteReserved(NV_PCR_ALLOCATED, &newAllocate); in PCRAllocate()