Searched refs:newAllocate (Results 1 – 1 of 1) sorted by relevance
889 TPML_PCR_SELECTION newAllocate; in PCRAllocate() local899 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()[all …]