Lines Matching refs:newAllocate
885 TPML_PCR_SELECTION newAllocate; in PCRAllocate() local
896 newAllocate = gp.pcrAllocated; in PCRAllocate()
899 for(j = 0; j < newAllocate.count; j++) in PCRAllocate()
907 if(newAllocate.pcrSelections[j].hash == in PCRAllocate()
910 newAllocate.pcrSelections[j] = allocate->pcrSelections[i]; in PCRAllocate()
915 pAssert(j < newAllocate.count); in PCRAllocate()
925 for(i = 0; i < newAllocate.count; i++) in PCRAllocate()
928 = CryptHashGetDigestSize(newAllocate.pcrSelections[i].hash); in PCRAllocate()
932 newAllocate.pcrSelections[i].pcrSelect, in PCRAllocate()
933 newAllocate.pcrSelections[i].sizeofSelect); in PCRAllocate()
942 newAllocate.pcrSelections[i].pcrSelect, in PCRAllocate()
943 newAllocate.pcrSelections[i].sizeofSelect); in PCRAllocate()
947 for(j = 0; j < newAllocate.pcrSelections[i].sizeofSelect; j++) in PCRAllocate()
952 if((newAllocate.pcrSelections[i].pcrSelect[j] & mask) != 0) in PCRAllocate()
971 NV_WRITE_PERSISTENT(pcrAllocated, newAllocate); in PCRAllocate()