Home
last modified time | relevance | path

Searched refs:newAllocate (Results 1 – 2 of 2) sorted by relevance

/external/tpm2/
DPCR.c889 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()
[all …]
Dpart4.txt13404 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]);
[all …]